Searched refs:limit (Results 101 - 125 of 200) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java295 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java294 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java295 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java295 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java294 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java285 .allocate(recvUnwrappedBuffer.limit() + newAppSize);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java933 int limit = b.limit();
934 int length = limit - position;
951 b.limit(limit);
1062 * The data from the position to the limit is written.
1076 int limit = b.limit();
1077 int length = limit - position;
1151 b.limit(limi
[all...]
H A DBase64.java458 byte[] returnArray = new byte[buffer.limit()];
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java896 int limit = b.limit();
897 int length = limit - position;
914 b.limit(limit);
1025 * The data from the position to the limit is written.
1039 int limit = b.limit();
1040 int length = limit - position;
1114 b.limit(limi
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java933 int limit = b.limit();
934 int length = limit - position;
951 b.limit(limit);
1062 * The data from the position to the limit is written.
1076 int limit = b.limit();
1077 int length = limit - position;
1151 b.limit(limi
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java971 int limit = b.limit();
972 int length = limit - position;
989 b.limit(limit);
1100 * The data from the position to the limit is written.
1114 int limit = b.limit();
1115 int length = limit - position;
1189 b.limit(limi
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java896 int limit = b.limit();
897 int length = limit - position;
914 b.limit(limit);
1025 * The data from the position to the limit is written.
1039 int limit = b.limit();
1040 int length = limit - position;
1114 b.limit(limi
[all...]
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c1559 size_t limit = data + len - p; local
1561 limit = MIN(limit, HTTP_MAX_HEADER_SIZE);
1563 p_cr = (const char*) memchr(p, CR, limit);
1564 p_lf = (const char*) memchr(p, LF, limit);
1601 /* Overflow? Test against a conservative limit for simplicity. */
1983 /* Overflow? Test against a conservative limit for simplicity. */
/forgerock/opendj2/ext/ant/bin/
H A Dant.bat61 rem of arguments (up to the command line limit, anyway).
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DREADME114 There should be one #@TestStep tag for each step. There is no limit to the number of test
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dant.bat61 rem of arguments (up to the command line limit, anyway).
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DREADME113 There should be one #@TestStep tag for each step. There is no limit to the number of test
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant.bat61 rem of arguments (up to the command line limit, anyway).
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DREADME114 There should be one #@TestStep tag for each step. There is no limit to the number of test
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME114 There should be one #@TestStep tag for each step. There is no limit to the number of test
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME113 There should be one #@TestStep tag for each step. There is no limit to the number of test
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant.bat61 rem of arguments (up to the command line limit, anyway).
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant.bat61 rem of arguments (up to the command line limit, anyway).
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java538 keyBuf.limit());
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java502 keyBuf.limit());

Completed in 122 milliseconds

12345678