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

  /src/lib/libc/db/btree/
bt_get.c 86 if ((e = __bt_search(t, key, &exact)) == NULL)
extern.h 53 EPG *__bt_search(BTREE *, const DBT *, int *);
bt_delete.c 161 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
220 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
296 /* Find any matching record; __bt_search pins the page. */
297 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
bt_put.c 163 * Bt_fast and __bt_search both pin the returned page.
166 if ((e = __bt_search(t, key, &exact)) == NULL)
bt_search.c 55 * __bt_search --
69 __bt_search(BTREE *t, const DBT *key, int *exactp) function in typeref:typename:EPG *
bt_seq.c 471 * Find any matching record; __bt_search pins the page.
475 * a valid key (__bt_search may return an index just past the end of a
478 if ((ep = __bt_search(t, key, exactp)) == NULL)

Completed in 13 milliseconds