Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/db/recno/
HDrec_search.c109 while ((parent = BT_POP(t)) != NULL) { in __rec_search()
/freebsd-14-stable/lib/libc/db/btree/
HDbt_delete.c175 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { in __bt_stkacq()
230 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { in __bt_stkacq()
388 while ((parent = BT_POP(t)) != NULL) { in __bt_pdelete()
HDbtree.h317 #define BT_POP(t) (t->bt_sp == t->bt_stack ? NULL : --t->bt_sp) macro
HDbt_split.c143 while ((parent = BT_POP(t)) != NULL) { in __bt_split()