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

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 50 void *tcrs; /* scanned text pointer */ member in struct:crspair
194 static void addcrs(txnpair *tp, void *tcrs, MDB_cursor *rcrs)
199 tp->cursors[j].tcrs = tcrs;
205 static crspair *findcrs(void *tcrs)
211 if (lastcrs && lastcrs->tcrs == tcrs)
215 if (cp->tcrs == tcrs) {
226 if (cp->tcrs == tcrs)
369 void *ttxn, *tcrs; local
378 void *tcrs; local
382 void *tcrs; local
414 void *tcrs; local
    [all...]
mplay.c 50 void *tcrs; /* scanned text pointer */ member in struct:crspair
194 static void addcrs(txnpair *tp, void *tcrs, MDB_cursor *rcrs)
199 tp->cursors[j].tcrs = tcrs;
205 static crspair *findcrs(void *tcrs)
211 if (lastcrs && lastcrs->tcrs == tcrs)
215 if (cp->tcrs == tcrs) {
226 if (cp->tcrs == tcrs)
369 void *ttxn, *tcrs; local
378 void *tcrs; local
382 void *tcrs; local
414 void *tcrs; local
    [all...]

Completed in 53 milliseconds