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 Dextern.h52 #define __bt_search __kdb2_bt_search macro
91 EPG *__bt_search __P((BTREE *, const DBT *, int *));
H A Dbt_get.c87 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_delete.c164 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 Dbt_put.c169 * Bt_fast and __bt_search both pin the returned page.
172 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_search.c52 * __bt_search --
66 __bt_search(t, key, exactp) function
H A Dbt_seq.c409 * 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