HomeSort by: relevance | last modified time | path
    Searched refs:__bt_cmp (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/db/btree/
extern.h 37 int __bt_cmp(BTREE *, const DBT *, EPG *);
bt_search.c 85 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
167 if (__bt_cmp(t, key, &e) != 0) {
244 if (__bt_cmp(t, key, &e) != 0) {
bt_delete.c 325 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
333 if (__bt_cmp(t, key, e) != 0)
563 if (__bt_cmp(t, key, &e) == 0) {
572 if (__bt_cmp(t, key, &e) == 0) {
583 if (__bt_cmp(t, key, &e) == 0) {
595 if (__bt_cmp(t, key, &e) == 0) {
bt_put.c 294 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
302 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
bt_utils.c 135 * __BT_CMP -- Compare a key to a given record.
148 __bt_cmp(BTREE *t, const DBT *k1, EPG *e) function in typeref:typename:int
bt_seq.c 521 } while (__bt_cmp(t, key, ep) == 0);

Completed in 14 milliseconds