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

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 1431 static int mdb_node_move(MDB_cursor *csrc, MDB_cursor *cdst, int fromleft);
7955 mdb_node_move(MDB_cursor *csrc, MDB_cursor *cdst, int fromleft)
8058 if (fromleft) {
8353 int rc, fromleft; local
8486 fromleft = 0;
8498 fromleft = 1;
8510 rc = mdb_node_move(&mn, mc, fromleft);
8511 if (fromleft) {
8516 if (!fromleft) {
mdb.c 1431 static int mdb_node_move(MDB_cursor *csrc, MDB_cursor *cdst, int fromleft);
7955 mdb_node_move(MDB_cursor *csrc, MDB_cursor *cdst, int fromleft)
8058 if (fromleft) {
8353 int rc, fromleft; local
8486 fromleft = 0;
8498 fromleft = 1;
8510 rc = mdb_node_move(&mn, mc, fromleft);
8511 if (fromleft) {
8516 if (!fromleft) {

Completed in 95 milliseconds