Searched refs:bt_last (Results 1 – 2 of 2) sorted by relevance
223 t->bt_last.index = idx; in __bt_put()224 t->bt_last.pgno = h->pgno; in __bt_put()229 t->bt_last.index = 0; in __bt_put()230 t->bt_last.pgno = h->pgno; in __bt_put()266 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) { in bt_fast()271 t->bt_cur.index = t->bt_last.index; in bt_fast()288 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index; in bt_fast()296 t->bt_last.index = 0; in bt_fast()
331 EPGNO bt_last; /* last insert */ member