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

/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_search.c80 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
157 if (__bt_cmp(t, key, &e) == 0) {
192 if (__bt_cmp(t, key, &e) == 0) {
H A Dbt_extern.h34 int __bt_cmp(BTREE *, const DBT *, EPG *);
H A Dbt_delete.c320 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
328 if (__bt_cmp(t, key, e) != 0)
557 if (__bt_cmp(t, key, &e) == 0) {
566 if (__bt_cmp(t, key, &e) == 0) {
577 if (__bt_cmp(t, key, &e) == 0) {
589 if (__bt_cmp(t, key, &e) == 0) {
H A Dbt_put.c289 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
297 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
H A Dbt_utils.c144 __bt_cmp(BTREE *t, const DBT *k1, EPG *e) function
H A Dbt_seq.c388 } while (__bt_cmp(t, key, ep) == 0);

Completed in 128 milliseconds