Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c237 t->bt_last.index = idx;
238 t->bt_last.pgno = h->pgno;
243 t->bt_last.index = 0;
244 t->bt_last.pgno = h->pgno;
283 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
288 t->bt_cur.index = t->bt_last.index;
305 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
313 t->bt_last.index = 0;
H A Dbtree.h348 EPGNO bt_last; /* last insert */ member