Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_search.c85 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
171 if (__bt_cmp(t, key, &e) != 0) {
251 if (__bt_cmp(t, key, &e) != 0) {
H A Dbt_delete.c330 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
338 if (__bt_cmp(t, key, e) != 0)
577 if (__bt_cmp(t, key, &e) == 0) {
586 if (__bt_cmp(t, key, &e) == 0) {
597 if (__bt_cmp(t, key, &e) == 0) {
609 if (__bt_cmp(t, key, &e) == 0) {
H A Dextern.h50 #define __bt_cmp __kdb2_bt_cmp macro
89 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
H A Dbt_put.c303 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
311 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
H A Dbt_utils.c153 __bt_cmp(t, k1, e) in __bt_cmp() function
H A Dbt_seq.c463 } while (__bt_cmp(t, key, ep) == 0);