Searched refs:__bt_cmp (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_search.c | 87 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 D | bt_delete.c | 332 } 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 D | extern.h | 52 #define __bt_cmp __kdb2_bt_cmp macro 91 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
|
H A D | bt_put.c | 305 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0) 313 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
|
H A D | bt_utils.c | 155 __bt_cmp(t, k1, e) in __bt_cmp() function
|
H A D | bt_seq.c | 465 } while (__bt_cmp(t, key, ep) == 0);
|