Searched refs:__bt_search (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | extern.h | 52 #define __bt_search __kdb2_bt_search macro 91 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) 301 /* Find any matching record; __bt_search pins the page. */ 302 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_put.c | 169 * Bt_fast and __bt_search both pin the returned page. 172 if ((e = __bt_search(t, key, &exact)) == NULL)
|
H A D | bt_search.c | 52 * __bt_search -- 66 __bt_search(t, key, exactp) function
|
H A D | bt_seq.c | 409 * Find any matching record; __bt_search pins the page. 413 * a valid key (__bt_search may return an index just past the end of a 416 if ((ep = __bt_search(t, key, exactp)) == NULL)
|
Completed in 25 milliseconds