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 Dextern.h67 #define __bt_search __kdb2_bt_search macro
106 EPG *__bt_search __P((BTREE *, const DBT *, int *));
H A Dbt_get.c89 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_delete.c166 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 Dbt_put.c171 * Bt_fast and __bt_search both pin the returned page.
174 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_search.c54 * __bt_search --
68 __bt_search(t, key, exactp) function
H A Dbt_seq.c415 * 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