Searched refs:toCopy (Results 1 – 1 of 1) sorted by relevance
1063 private LengthRecordNode toCopy = null; field in PduComposer.BufferStack1074 if (toCopy != null) { in newbuf()1102 toCopy = stack; in pop()1108 toCopy.currentMessage = currentMessage; in pop()1109 toCopy.currentPosition = currentPosition; in pop()1116 arraycopy(toCopy.currentMessage.toByteArray(), 0, in copy()1117 toCopy.currentPosition); in copy()1119 toCopy = null; in copy()