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

/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_search.c82 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
159 if (__bt_cmp(t, key, &e) == 0) {
194 if (__bt_cmp(t, key, &e) == 0) {
H A Dextern.h36 int __bt_cmp(BTREE *, const DBT *, EPG *);
H A Dbt_delete.c322 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
330 if (__bt_cmp(t, key, e) != 0)
559 if (__bt_cmp(t, key, &e) == 0) {
568 if (__bt_cmp(t, key, &e) == 0) {
579 if (__bt_cmp(t, key, &e) == 0) {
591 if (__bt_cmp(t, key, &e) == 0) {
H A Dbt_put.c292 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
300 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
H A Dbt_utils.c146 __bt_cmp(BTREE *t, const DBT *k1, EPG *e) function
H A Dbt_seq.c389 } while (__bt_cmp(t, key, ep) == 0);

Completed in 144 milliseconds