Home
last modified time | relevance | path

Searched refs:BT_POP (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/db/btree/
HDbt_delete.c173 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { in __bt_stkacq()
228 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { in __bt_stkacq()
386 while ((parent = BT_POP(t)) != NULL) { in __bt_pdelete()
HDbtree.h318 #define BT_POP(t) (t->bt_sp == t->bt_stack ? NULL : --t->bt_sp) macro
HDbt_split.c142 while ((parent = BT_POP(t)) != NULL) { in __bt_split()
/dragonfly/lib/libc/db/recno/
HDrec_search.c107 while ((parent = BT_POP(t)) != NULL) { in __rec_search()