HomeSort by: relevance | last modified time | path
    Searched refs:mdb_cursor_renew (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
lmdb.h 997 * again after this call, except with #mdb_cursor_renew().
1015 * again after this call, except with #mdb_cursor_renew().
1032 * again after this call, except with #mdb_cursor_renew().
1370 * when its transaction has ended, except with #mdb_cursor_renew().
1376 * #mdb_cursor_renew() before finally closing it.
1414 int mdb_cursor_renew(MDB_txn *txn, MDB_cursor *cursor);
mdb.c 7775 mdb_cursor_renew(MDB_txn *txn, MDB_cursor *mc) function
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 384 mdb_cursor_renew( ww->txn, mci );
385 mdb_cursor_renew( ww->txn, mcd );

Completed in 32 milliseconds