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

  /src/lib/libc/db/btree/
bt_put.c 231 t->bt_last.index = idx;
232 t->bt_last.pgno = h->pgno;
237 t->bt_last.index = 0;
238 t->bt_last.pgno = h->pgno;
274 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
279 t->bt_cur.index = t->bt_last.index;
296 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
304 t->bt_last.index = 0;
btree.h 385 EPGNO bt_last; /* last insert */ member in struct:_btree

Completed in 12 milliseconds