HomeSort by: relevance | last modified time | path
    Searched defs:cursors (Results 1 - 8 of 8) sorted by relevancy

  /src/games/larn/
io.c 46 * cursors() position cursor at [1,24] (saves memory)
630 cursors(void) function
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 57 crspair cursors[MAXCRSS]; member in struct:txnpair
199 tp->cursors[j].tcrs = tcrs;
200 tp->cursors[j].rcrs = rcrs;
202 lastcrs = tp->cursors+j;
214 for (k=0, cp=lasttxn->cursors; k<lasttxn->ncursors; k++, cp++) {
225 for (k=0, cp = tp->cursors; k<tp->ncursors; k++, cp++) {
238 for (k=0, cp = tp->cursors; k<tp->ncursors; k++, cp++) {
256 for (i = cp - lasttxn->cursors; i<lasttxn->ncursors-1; i++)
257 lasttxn->cursors[i] = lasttxn->cursors[i+1]
    [all...]
mdb.c 1169 /** In write txns, array of cursors for each DB */
1213 /** Cursors are used for all DB operations.
1216 * cursors include an xcursor to the current data item. Write txns
1217 * track their cursors and keep them up to date when data moves.
1974 /* Mark pages seen by cursors */
2042 * Also note, we never spill DB root pages, nor pages of active cursors,
2538 /* Adjust cursors pointing to mp */
2596 /** Back up parent txn's cursors, then grab the originals for tracking */
2635 /** Close this write txn's cursors, give parent txn's cursors back to parent
2643 MDB_cursor **cursors = txn->mt_cursors, *mc, *next, *bk; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
message.h 245 dns_name_t *cursors[DNS_SECTION_MAX]; member in struct:dns_message
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
message.h 222 dns_name_t *cursors[DNS_SECTION_MAX]; member in struct:dns_message
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 142 static int cursors; variable
762 select one of the actual cursors. */
810 first_cursor = cursors;
832 ++cursors;
835 name.u.id = cursors;
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 142 static int cursors; variable
762 select one of the actual cursors. */
810 first_cursor = cursors;
832 ++cursors;
835 name.u.id = cursors;
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4156 CXCursor *cursors = 0; local
4242 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor));
4243 assert(cursors);
4244 clang_annotateTokens(TU, tokens, num_tokens, cursors);
4284 if (!clang_isInvalid(cursors[i].kind)) {
4286 PrintCursor(cursors[i], NULL);
4290 free(cursors);

Completed in 40 milliseconds