Searched refs:writeInteger (Results 26 - 50 of 183) sorted by relevance

12345678

/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DVLVResponseControl.java249 writer.writeInteger(targetPosition);
250 writer.writeInteger(contentCount);
H A DVLVRequestControl.java418 writer.writeInteger(beforeCount);
419 writer.writeInteger(afterCount);
423 writer.writeInteger(offset);
424 writer.writeInteger(contentCount);
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DVLVResponseControl.java248 writer.writeInteger(targetPosition);
249 writer.writeInteger(contentCount);
H A DVLVRequestControl.java417 writer.writeInteger(beforeCount);
418 writer.writeInteger(afterCount);
422 writer.writeInteger(offset);
423 writer.writeInteger(contentCount);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DVLVResponseControl.java244 writer.writeInteger(targetPosition);
245 writer.writeInteger(contentCount);
H A DVLVRequestControl.java414 writer.writeInteger(beforeCount);
415 writer.writeInteger(afterCount);
419 writer.writeInteger(offset);
420 writer.writeInteger(contentCount);
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DVLVRequestControl.java418 writer.writeInteger(beforeCount);
419 writer.writeInteger(afterCount);
423 writer.writeInteger(offset);
424 writer.writeInteger(contentCount);
H A DPasswordPolicyResponseControl.java266 writer.writeInteger(warningType.getType(), warningValue);
272 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java114 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DVLVRequestControl.java417 writer.writeInteger(beforeCount);
418 writer.writeInteger(afterCount);
422 writer.writeInteger(offset);
423 writer.writeInteger(contentCount);
H A DPasswordPolicyResponseControl.java265 writer.writeInteger(warningType.getType(), warningValue);
271 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java113 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DVLVRequestControl.java418 writer.writeInteger(beforeCount);
419 writer.writeInteger(afterCount);
423 writer.writeInteger(offset);
424 writer.writeInteger(contentCount);
H A DPasswordPolicyResponseControl.java266 writer.writeInteger(warningType.getType(), warningValue);
272 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java114 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java114 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java113 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java110 stream.writeInteger(OP_TYPE_ABANDON_REQUEST, idToAbandon);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java80 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
82 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
88 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
150 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
152 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
158 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
298 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1OutputStreamWriter.java80 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
82 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
88 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
150 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
152 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
158 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
298 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java316 writer.writeInteger(numFrames);
321 writer.writeInteger(lineNumbers[i]);
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileStack.java315 writer.writeInteger(numFrames);
320 writer.writeInteger(lineNumbers[i]);

Completed in 98 milliseconds

12345678