bt_last           234 libdb/bt_put.c 				t->bt_last.index = index;
bt_last           235 libdb/bt_put.c 				t->bt_last.pgno = h->pgno;
bt_last           240 libdb/bt_put.c 				t->bt_last.index = 0;
bt_last           241 libdb/bt_put.c 				t->bt_last.pgno = h->pgno;
bt_last           277 libdb/bt_put.c 	if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) {
bt_last           282 libdb/bt_put.c 	t->bt_cur.index = t->bt_last.index;
bt_last           299 libdb/bt_put.c 		t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
bt_last           307 libdb/bt_put.c 		t->bt_last.index = 0;
bt_last           358 libdb/btree.h  	EPGNO	  bt_last;		/**< last insert */