nextpg             77 libdb/bt_conv.c 	M_32_SWAP(h->nextpg);
nextpg            195 libdb/bt_conv.c 	M_32_SWAP(h->nextpg);
nextpg            183 libdb/bt_debug.c 	(void)fprintf(stderr, "\tprev %2d next %2d", h->prevpg, h->nextpg);
nextpg            156 libdb/bt_delete.c 	recno_t nextpg, prevpg;
nextpg            180 libdb/bt_delete.c 		if ((nextpg = h->nextpg) == P_INVALID)
nextpg            215 libdb/bt_delete.c 		if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL)
nextpg            597 libdb/bt_delete.c 		if (index == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
nextpg            598 libdb/bt_delete.c 			if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            636 libdb/bt_delete.c 	if (h->nextpg != P_INVALID) {
nextpg            637 libdb/bt_delete.c 		if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            645 libdb/bt_delete.c 		pg->nextpg = h->nextpg;
nextpg            393 libdb/bt_open.c 	root->prevpg = root->nextpg = P_INVALID;
nextpg            116 libdb/bt_overflow.c 	for (p = *buf;; p = (char *)p + nb, pg = h->nextpg) {
nextpg            162 libdb/bt_overflow.c 		h->nextpg = h->prevpg = P_INVALID;
nextpg            170 libdb/bt_overflow.c 			last->nextpg = h->pgno;
nextpg            219 libdb/bt_overflow.c 		pg = h->nextpg;
nextpg             63 libdb/bt_page.c 	h->nextpg = t->bt_free;
nextpg             90 libdb/bt_page.c 		t->bt_free = h->nextpg;
nextpg            231 libdb/bt_put.c 		if (h->nextpg == P_INVALID) {
nextpg            293 libdb/bt_put.c 		if (t->bt_cur.page->nextpg != P_INVALID)
nextpg            111 libdb/bt_search.c 				    h->nextpg != P_INVALID &&
nextpg            160 libdb/bt_search.c 	if ((e.page = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            287 libdb/bt_seq.c 			pg = h->nextpg;
nextpg            419 libdb/bt_seq.c 		pg = h->nextpg;
nextpg            361 libdb/bt_split.c 	r->nextpg = h->nextpg;
nextpg            375 libdb/bt_split.c 	if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
nextpg            379 libdb/bt_split.c 		h->nextpg = r->pgno;
nextpg            396 libdb/bt_split.c 	l->nextpg = r->pgno;
nextpg            403 libdb/bt_split.c 	if (h->nextpg != P_INVALID) {
nextpg            404 libdb/bt_split.c 		if ((tp = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) {
nextpg            466 libdb/bt_split.c 	l->nextpg = r->pgno;
nextpg            468 libdb/bt_split.c 	l->prevpg = r->nextpg = P_INVALID;
nextpg             77 libdb/btree.h  	pgno_t	nextpg;			/**< right sibling */