Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_delete.c180 BT_PUSH(t, h->pgno, idx); in __bt_stkacq()
191 BT_PUSH(t, pgno, 0); in __bt_stkacq()
235 BT_PUSH(t, h->pgno, idx); in __bt_stkacq()
255 BT_PUSH(t, pgno, idx); in __bt_stkacq()
H A Dbt_search.c122 next: BT_PUSH(t, h->pgno, idx); in __bt_search()
H A Dbtree.h312 #define BT_PUSH(t, p, i) { \ macro
/openbsd/lib/libc/db/recno/
H A Drec_search.c85 BT_PUSH(t, pg, idx - 1); in __rec_search()