Searched refs:curSeqIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBerEncoder.java39 private int curSeqIndex; field in class:BerEncoder
65 curSeqIndex = 0;
76 while (curSeqIndex > 0) {
77 seqOffset[--curSeqIndex] = 0;
99 if (curSeqIndex != 0) {
126 if (curSeqIndex >= seqOffset.length) {
136 seqOffset[curSeqIndex] = offset;
146 curSeqIndex++;
153 curSeqIndex--;
154 if (curSeqIndex <
[all...]

Completed in 23 milliseconds