bt_last           235 libdb/bt_put.c 				t->bt_last.index = index;
bt_last           236 libdb/bt_put.c 				t->bt_last.pgno = h->pgno;
bt_last           241 libdb/bt_put.c 				t->bt_last.index = 0;
bt_last           242 libdb/bt_put.c 				t->bt_last.pgno = h->pgno;
bt_last           278 libdb/bt_put.c 	if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
bt_last           283 libdb/bt_put.c 	t->bt_cur.index = t->bt_last.index;
bt_last           300 libdb/bt_put.c 		t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
bt_last           308 libdb/bt_put.c 		t->bt_last.index = 0;
bt_last           331 libdb/btree.h  	EPGNO	  bt_last;		/* last insert */