Searched defs:next (Results 176 - 200 of 294) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java1195 // a request for the next page in paged results. So we skip
1261 // The cookie contains the DN of the next entry to be returned.
1389 // Move to the next record.
1454 // The cookie contains the ID of the next entry to be returned.
1498 EntryID id = iterator.next();
1935 // Get the next DN.
2494 current = current.next;
2576 current = current.next;
2583 // Get the next DN.
2595 current = head.next;
2653 MovedEntry next; field in class:EntryContainer.MovedEntry
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java1195 // a request for the next page in paged results. So we skip
1261 // The cookie contains the DN of the next entry to be returned.
1389 // Move to the next record.
1454 // The cookie contains the ID of the next entry to be returned.
1498 EntryID id = iterator.next();
1935 // Get the next DN.
2494 current = current.next;
2576 current = current.next;
2583 // Get the next DN.
2595 current = head.next;
2653 MovedEntry next; field in class:EntryContainer.MovedEntry
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java1193 // a request for the next page in paged results. So we skip
1259 // The cookie contains the DN of the next entry to be returned.
1387 // Move to the next record.
1452 // The cookie contains the ID of the next entry to be returned.
1496 EntryID id = iterator.next();
1933 // Get the next DN.
2488 current = current.next;
2570 current = current.next;
2577 // Get the next DN.
2589 current = head.next;
2647 MovedEntry next; field in class:EntryContainer.MovedEntry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java1195 // a request for the next page in paged results. So we skip
1261 // The cookie contains the DN of the next entry to be returned.
1389 // Move to the next record.
1454 // The cookie contains the ID of the next entry to be returned.
1498 EntryID id = iterator.next();
1935 // Get the next DN.
2494 current = current.next;
2576 current = current.next;
2583 // Get the next DN.
2595 current = head.next;
2653 MovedEntry next; field in class:EntryContainer.MovedEntry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java160 public boolean next() method in class:JEStorage.CursorImpl
943 public Path next() method in class:JEStorage.JELogFilesIterator
947 return iterator.next();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBStorage.java166 public boolean next() method in class:PDBStorage.CursorImpl
171 return exchange.next();
217 return exchange.getValue().isDefined() || exchange.next();
235 if (!exchange.next())
490 while (cursor.next())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLog.java752 final LogFile<K, V> logFile = entriesToPurge.next();
1274 public boolean next() throws ChangelogException method in class:Log.InternalLogCursor
1281 final boolean hasNext = currentCursor.next();
1290 return currentCursor.next();
1384 * An empty cursor, that always return null records and false to {@link #next()} method.
1397 public boolean next() method in class:Log.EmptyCursor
1445 public boolean next() throws ChangelogException method in class:Log.AbortedLogCursor
1533 public boolean next() throws ChangelogException method in class:Log.AbortableLogCursor
1545 return delegate.next();
1636 * beginning of the file, in bytes, at which the next rea
[all...]
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c57 struct header *next; member in struct:header
68 struct request *next; member in struct:request
139 delete_request_list(&t->next);
184 h->next = NULL;
695 request_list = e->next;
699 while (tmp->next && tmp->next != e) {
700 tmp = tmp->next;
702 if (tmp->next) {
703 tmp->next
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java354 * purging process from one purge processing (task run) to the next one.
1001 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
1003 return attrValIt.next().getValue().toString();
1366 AttributeType attributeType = attributeTypes.next();
1611 Modification mod = modsIt.next();
1692 // Ok, next entry is allowed to be received
2310 // DB is empty. We need to save it again the next time we add an entry.
2695 // Continue with the next change but the servers could now become
2720 * Continue with the next change but the servers will now start
3776 aGenerationId = Long.decode(attr.iterator().next()
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java332 * process from one purge processing (task run) to the next one. Values 0 when
850 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
852 return attrValIt.next().getValue().toString();
1214 AttributeType attributeType = iter.next();
1457 Modification mod = modsIt.next();
1501 // Ok, next entry is allowed to be received
1546 // FIXME should the next call use the initWindow parameter rather than the
2094 // DB is empty. We need to save it again the next time we add an entry.
2317 // The next operation for which to attempt replay.
2319 // variable until the next loo
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java357 * purging process from one purge processing (task run) to the next one.
1022 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
1024 return attrValIt.next().getValue().toString();
1387 AttributeType attributeType = attributeTypes.next();
1632 Modification mod = modsIt.next();
1713 // Ok, next entry is allowed to be received
2325 // DB is empty. We need to save it again the next time we add an entry.
2716 // Continue with the next change but the servers could now become
2741 * Continue with the next change but the servers will now start
3797 aGenerationId = Long.decode(attr.iterator().next()
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java354 * purging process from one purge processing (task run) to the next one.
1001 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
1003 return attrValIt.next().getValue().toString();
1366 AttributeType attributeType = attributeTypes.next();
1611 Modification mod = modsIt.next();
1692 // Ok, next entry is allowed to be received
2310 // DB is empty. We need to save it again the next time we add an entry.
2695 // Continue with the next change but the servers could now become
2720 * Continue with the next change but the servers will now start
3776 aGenerationId = Long.decode(attr.iterator().next()
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java332 * process from one purge processing (task run) to the next one. Values 0 when
850 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
852 return attrValIt.next().getValue().toString();
1214 AttributeType attributeType = iter.next();
1457 Modification mod = modsIt.next();
1501 // Ok, next entry is allowed to be received
1546 // FIXME should the next call use the initWindow parameter rather than the
2094 // DB is empty. We need to save it again the next time we add an entry.
2317 // The next operation for which to attempt replay.
2319 // variable until the next loo
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java484 * @return The task next to this one.
486 public TaskRunnable next() { method in class:InternalSession
502 * @param task The task next to this one.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java356 * process from one purge processing (task run) to the next one. Values 0 when
838 public String next() method in class:LDAPReplicationDomain.AttributeValueStringIterator
840 return attrValIt.next().toString();
1200 AttributeType attributeType = iter.next();
1440 Modification mod = modsIt.next();
1484 // Ok, next entry is allowed to be received
2065 * DB is empty. We need to save it again the next time we add an entry.
2290 // The next operation for which to attempt replay.
2292 // variable until the next loop iteration starts.
2293 // "op" is already initialized to the next Operatio
[all...]
/forgerock/web-agents-v4/source/
H A Dadmin.c73 struct am_conf_entry *next; member in struct:am_conf_entry
299 e->next = NULL;
1894 delete_conf_entry_list(&t->next);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java733 while (cursor.next())
1404 /** Pointer to the next available region in the file, typically at end of file. */
1695 public boolean next() method in class:OnDiskMergeImporter.ExternalSortChunk.InMemorySortedChunk.InMemorySortedChunkCursor
1895 public boolean next() method in class:OnDiskMergeImporter.ExternalSortChunk.FileRegionChunk.FileRegionChunkCursor
1992 delegate.next();
1997 public boolean next() method in class:OnDiskMergeImporter.ExternalSortChunk.CollectorCursor
2016 while (delegate.next() && key.equals(delegate.getKey()));
2103 if (cursor.isDefined() || cursor.next())
2120 * Try to get the next record from the cursor containing the lowest entry. If it reaches the end of the lowest
2121 * cursor, it calls the close method and begins reading from the next lowes
2124 public boolean next() method in class:OnDiskMergeImporter.ExternalSortChunk.CompositeCursor
3341 public boolean next() method in class:OnDiskMergeImporter.MeteredSequentialCursorDecorator
3388 public boolean next() method in class:OnDiskMergeImporter.SequentialCursorDecorator
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c92 /* The next 5 must be kept together and in sequence so that a test that checks
570 #define next frame->Xnext macro
627 const pcre_uchar *next;
887 next = ecode + GET(ecode,1);
888 if (md->start_match_ptr < next &&
889 (*ecode == OP_ALT || *next == OP_ALT))
1000 next = ecode + GET(ecode,1);
1001 if (md->start_match_ptr < next &&
1002 (*ecode == OP_ALT || *next == OP_ALT))
1088 next
6246 #undef next macro
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djsr173_1.0_api.jarMETA-INF/MANIFEST.MF META-INF/pack.properties javax/xml/stream/EventFilter.class EventFilter ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djsr173_1.0_api.jarMETA-INF/MANIFEST.MF META-INF/pack.properties javax/xml/stream/EventFilter.class EventFilter ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jar ... s StringBuffer sb int length int i char ch int next public java.lang.String getHtmlText () InterruptedException ie public ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jar ... s StringBuffer sb int length int i char ch int next public java.lang.String getHtmlText () InterruptedException ie public ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jar ... s StringBuffer sb int length int i char ch int next public java.lang.String getHtmlText () InterruptedException ie public ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jar ... s StringBuffer sb int length int i char ch int next public java.lang.String getHtmlText () InterruptedException ie public ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jar ... s StringBuffer sb int length int i char ch int next public java.lang.String getHtmlText () InterruptedException ie public ...

Completed in 411 milliseconds

1234567891011>>