Searched refs:__bt_search (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | extern.h | 67 #define __bt_search __kdb2_bt_search macro 106 EPG *__bt_search __P((BTREE *, const DBT *, int *));
|
H A D | bt_get.c | 89 if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_delete.c | 166 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 225 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 303 /* Find any matching record; __bt_search pins the page. */ 304 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_put.c | 171 * Bt_fast and __bt_search both pin the returned page. 174 if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_search.c | 54 * __bt_search -- 68 __bt_search(t, key, exactp) function
|
H A D | bt_seq.c | 415 * Find any matching record; __bt_search pins the page. 419 * a valid key (__bt_search may return an index just past the end of a 422 if ((ep = __bt_search(t, key, exactp)) == NULL)
|
Completed in 75 milliseconds