Home
last modified time | relevance | path

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.h65 #define __bt_search __kdb2_bt_search macro
104 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)
302 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_search.c66 __bt_search(t, key, exactp) in __bt_search() function
H A Dbt_put.c172 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_seq.c420 if ((ep = __bt_search(t, key, exactp)) == NULL)