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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DPagedResultsControl.java192 ber.encodeInt(pageSize);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DPersistentSearchControl.java154 ber.encodeInt(changeTypes);
H A DBerEncoder.java216 public void encodeInt(int i) { method in class:BerEncoder
217 encodeInt(i, 0x02);
226 public void encodeInt(int i, int tag) { method in class:BerEncoder
235 encodeInt(i, tag, intsize);
241 private void encodeInt(int i, int tag, int intsize) { method in class:BerEncoder
H A DLdapClient.java329 ber.encodeInt(curMsgId);
331 ber.encodeInt(isLdapv3 ? LDAP_VERSION3 : LDAP_VERSION2);
539 ber.encodeInt(curMsgId);
542 ber.encodeInt(scope, LBER_ENUMERATED);
543 ber.encodeInt(deref, LBER_ENUMERATED);
544 ber.encodeInt(sizeLimit);
545 ber.encodeInt(timeLimit);
935 ber.encodeInt(curMsgId);
941 ber.encodeInt(operations[i], LBER_ENUMERATED);
1014 ber.encodeInt(curMsgI
[all...]
H A DConnection.java554 ber.encodeInt(abandonMsgId);
555 ber.encodeInt(ldr.msgId, LdapClient.LDAP_REQ_ABANDON);
607 ber.encodeInt(unbindMsgId);
1009 ber.encodeInt(i);
1012 ber.encodeInt(0, LdapClient.LBER_ENUMERATED);
1013 ber.encodeInt(3, LdapClient.LBER_ENUMERATED);
1014 ber.encodeInt(0);
1015 ber.encodeInt(0);

Completed in 36 milliseconds