Home
last modified time | relevance | path

Searched refs:bt_last (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libc/db/btree/
Dbt_put.c226 t->bt_last.index = idx; in __bt_put()
227 t->bt_last.pgno = h->pgno; in __bt_put()
232 t->bt_last.index = 0; in __bt_put()
233 t->bt_last.pgno = h->pgno; in __bt_put()
269 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) { in bt_fast()
274 t->bt_cur.index = t->bt_last.index; in bt_fast()
291 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index; in bt_fast()
299 t->bt_last.index = 0; in bt_fast()
Dbtree.h336 EPGNO bt_last; /* last insert */ member