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 | 65 #define __bt_search __kdb2_bt_search macro 104 EPG *__bt_search __P((BTREE *, const DBT *, int *));
|
H A D | bt_get.c | 87 if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_delete.c | 164 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 223 if ((e = __bt_search(t, &c->key, &exact)) == NULL) 302 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_search.c | 66 __bt_search(t, key, exactp) in __bt_search() function
|
H A D | bt_put.c | 172 if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_seq.c | 420 if ((ep = __bt_search(t, key, exactp)) == NULL)
|