Searched refs:toCopy (Results 1 – 1 of 1) sorted by relevance
1137 private LengthRecordNode toCopy = null; field in PduComposer.BufferStack1148 if (toCopy != null) { in newbuf()1176 toCopy = stack; in pop()1182 toCopy.currentMessage = currentMessage; in pop()1183 toCopy.currentPosition = currentPosition; in pop()1190 arraycopy(toCopy.currentMessage.toByteArray(), 0, in copy()1191 toCopy.currentPosition); in copy()1193 toCopy = null; in copy()