Searched refs:__bt_search (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/lib/libc/db/btree/
H A Dextern.h49 EPG *__bt_search(BTREE *, const DBT *, int *);
H A Dbt_get.c81 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_search.c50 * __bt_search --
64 __bt_search(BTREE *t, const DBT *key, int *exactp) function
H A Dbt_delete.c156 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
215 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
291 /* Find any matching record; __bt_search pins the page. */
292 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_put.c158 * Bt_fast and __bt_search both pin the returned page.
161 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_seq.c337 * Find any matching record; __bt_search pins the page.
341 * a valid key (__bt_search may return an index just past the end of a
344 if ((ep = __bt_search(t, key, exactp)) == NULL)

Completed in 110 milliseconds