Searched refs:__bt_cmp (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dextern.h52 #define __bt_cmp __kdb2_bt_cmp macro
91 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
H A Dbt_search.c87 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
173 if (__bt_cmp(t, key, &e) != 0) {
253 if (__bt_cmp(t, key, &e) != 0) {
H A Dbt_delete.c332 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
340 if (__bt_cmp(t, key, e) != 0)
579 if (__bt_cmp(t, key, &e) == 0) {
588 if (__bt_cmp(t, key, &e) == 0) {
599 if (__bt_cmp(t, key, &e) == 0) {
611 if (__bt_cmp(t, key, &e) == 0) {
H A Dbt_put.c305 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
313 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
H A Dbt_utils.c155 __bt_cmp(t, k1, e) function
H A Dbt_seq.c465 } while (__bt_cmp(t, key, ep) == 0);

Completed in 48 milliseconds