/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 58 * @param begin The entry ID of the first entry that should be returned, or 61 public IDSetIterator(long[] entryIDList, EntryID begin) argument 65 if (begin == null) 73 if (entryIDList[i] == begin.longValue())
|
H A D | EntryIDSet.java | 700 * @param begin The entry ID of the first entry to return in the list. 704 public Iterator<EntryID> iterator(EntryID begin) argument 714 return new IDSetIterator(values, begin);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 59 * @param begin The entry ID of the first entry that should be returned, or 62 public IDSetIterator(long[] entryIDList, EntryID begin) argument 66 if (begin == null) 74 if (entryIDList[i] == begin.longValue())
|
H A D | EntryIDSet.java | 701 * @param begin The entry ID of the first entry to return in the list. 705 public Iterator<EntryID> iterator(EntryID begin) argument 715 return new IDSetIterator(values, begin);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 59 * @param begin The entry ID of the first entry that should be returned, or 62 public IDSetIterator(long[] entryIDList, EntryID begin) argument 66 if (begin == null) 74 if (entryIDList[i] == begin.longValue())
|
H A D | EntryIDSet.java | 701 * @param begin The entry ID of the first entry to return in the list. 705 public Iterator<EntryID> iterator(EntryID begin) argument 715 return new IDSetIterator(values, begin);
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 58 * @param begin The entry ID of the first entry that should be returned, or 61 public IDSetIterator(long[] entryIDList, EntryID begin) argument 65 if (begin == null) 73 if (entryIDList[i] == begin.longValue())
|
H A D | EntryIDSet.java | 700 * @param begin The entry ID of the first entry to return in the list. 704 public Iterator<EntryID> iterator(EntryID begin) argument 714 return new IDSetIterator(values, begin);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 59 * @param begin The entry ID of the first entry that should be returned, or 62 public IDSetIterator(long[] entryIDList, EntryID begin) argument 66 if (begin == null) 74 if (entryIDList[i] == begin.longValue())
|
H A D | EntryIDSet.java | 701 * @param begin The entry ID of the first entry to return in the list. 705 public Iterator<EntryID> iterator(EntryID begin) argument 715 return new IDSetIterator(values, begin);
|
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | IndexInputBuffer.java | 54 private final long begin; field in class:IndexInputBuffer 86 * @param begin 98 long begin, long end, int id, int cacheSize) throws IOException 102 this.begin = begin; 117 channel.position(begin + offset); 118 long leftToRead = end - (begin + offset); 149 boolean ret = ((begin + offset) >= end); 97 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | IndexInputBuffer.java | 55 private final long begin; field in class:IndexInputBuffer 87 * @param begin 99 long begin, long end, int id, int cacheSize) throws IOException 103 this.begin = begin; 118 channel.position(begin + offset); 119 long leftToRead = end - (begin + offset); 150 boolean ret = ((begin + offset) >= end); 98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | IndexInputBuffer.java | 55 private final long begin; field in class:IndexInputBuffer 87 * @param begin 99 long begin, long end, int id, int cacheSize) throws IOException 103 this.begin = begin; 118 channel.position(begin + offset); 119 long leftToRead = end - (begin + offset); 150 boolean ret = ((begin + offset) >= end); 98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | IndexInputBuffer.java | 54 private final long begin; field in class:IndexInputBuffer 86 * @param begin 98 long begin, long end, int id, int cacheSize) throws IOException 102 this.begin = begin; 117 channel.position(begin + offset); 118 long leftToRead = end - (begin + offset); 149 boolean ret = ((begin + offset) >= end); 97 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | IndexInputBuffer.java | 55 private final long begin; field in class:IndexInputBuffer 87 * @param begin 99 long begin, long end, int id, int cacheSize) throws IOException 103 this.begin = begin; 118 channel.position(begin + offset); 119 long leftToRead = end - (begin + offset); 150 boolean ret = ((begin + offset) >= end); 98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
|
/forgerock/web-agents-v4/source/ |
H A D | config_xml.c | 512 char *begin, *stream = NULL; local 541 begin = strstr(xml, "![CDATA["); 542 if (begin != NULL) { 543 char *end = strstr(begin + 8, "]]>"); 545 stream = begin + 8; 546 data_sz = end - (begin + 8);
|
H A D | session_xml.c | 158 char *begin, *stream = NULL; local 170 begin = strstr(xml, "![CDATA["); 171 if (begin != NULL) { 172 char *end = strstr(begin + 8, "]]>"); 174 stream = begin + 8; 175 data_sz = end - (begin + 8);
|
H A D | policy_xml.c | 307 char *begin, *stream = NULL; local 320 begin = strstr(xml, "![CDATA["); 321 if (begin != NULL) { 322 char *end = strstr(begin + 8, "]]>"); 324 stream = begin + 8; 325 data_sz = end - (begin + 8);
|
H A D | net_ops.c | 240 char *begin = strstr(req_data->data, "Response authIdentifier=\""); local 241 if (begin != NULL) { 242 char *end = strstr(begin + 25, "\""); 244 *token = strndup(begin + 25, end - begin - 25); 377 char *begin = strstr(req_data->data, "LoginStatus status=\"success\" ssoToken=\""); local 378 if (begin != NULL) { 379 char *end = strstr(begin + 39, "\""); 381 *token = strndup(begin + 39, end - begin [all...] |
H A D | utility.c | 1532 char *begin, *end; local 1567 begin = strstr(token, "@"); 1568 if (begin != NULL) { 1569 end = strstr(begin + 1, "#"); 1571 size_t ssz = end - begin - 1; 1573 (unsigned char *) base64_decode(begin + 1, &ssz) : NULL;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
H A D | EntryIDSet.java | 84 Iterator<EntryID> iterator(EntryID begin); argument 268 public Iterator<EntryID> iterator(EntryID begin) argument 270 return new IDSetIterator(entryIDs, begin == null ? 0 : begin.longValue()); 366 public Iterator<EntryID> iterator(EntryID begin) argument 395 IDSetIterator(long[] entryIDSet, long begin) argument 398 currentIndex = Math.max(0, Arrays.binarySearch(entryIDSet, begin)); 888 * @param begin 892 public Iterator<EntryID> iterator(EntryID begin) argument 894 return concreteImpl.iterator(begin); [all...] |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | jsch.agentproxy.core-0.0.7.jar | ... foo
public void putByte (byte[], int, int) byte[] foo
int begin
int length
public void putString (byte[]) byte[] foo
public void ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... foo
public void putByte (byte[], int, int) byte[] foo
int begin
int length
public void putString (byte[]) byte[] foo
public void ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | jsch.agentproxy.core-0.0.7.jar | ... foo
public void putByte (byte[], int, int) byte[] foo
int begin
int length
public void putString (byte[]) byte[] foo
public void ... |
H A D | jsch.agentproxy.connector-factory-0.0.7.jar | ... foo
public void putByte (byte[], int, int) byte[] foo
int begin
int length
public void putString (byte[]) byte[] foo
public void ... |