Searched refs:__bt_search (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/db/btree/ |
H A D | bt_get.c | 77 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_get()
|
H A D | extern.h | 48 EPG *__bt_search(BTREE *, const DBT *, int *);
|
H A D | bt_delete.c | 152 if ((e = __bt_search(t, &c->key, &exact)) == NULL) in __bt_stkacq() 211 if ((e = __bt_search(t, &c->key, &exact)) == NULL) in __bt_stkacq() 288 loop: if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_bdelete()
|
H A D | bt_search.c | 60 __bt_search(BTREE *t, const DBT *key, int *exactp) in __bt_search() function
|
H A D | bt_put.c | 158 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_put()
|
H A D | bt_seq.c | 333 * Find any matching record; __bt_search pins the page. in __bt_first() 337 * a valid key (__bt_search may return an index just past the end of a in __bt_first() 340 if ((ep = __bt_search(t, key, exactp)) == NULL) in __bt_first()
|