nextpg             78 libdb/bt_conv.c 	M_32_SWAP(h->nextpg);
nextpg            187 libdb/bt_conv.c 	M_32_SWAP(h->nextpg);
nextpg            186 libdb/bt_debug.c 	(void)fprintf(stderr, "\tprev %2d next %2d", h->prevpg, h->nextpg);
nextpg            158 libdb/bt_delete.c 	recno_t nextpg, prevpg;
nextpg            182 libdb/bt_delete.c 		if ((nextpg = h->nextpg) == P_INVALID)
nextpg            217 libdb/bt_delete.c 		if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL)
nextpg            607 libdb/bt_delete.c 		if (index == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
nextpg            608 libdb/bt_delete.c 			if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            647 libdb/bt_delete.c 	if (h->nextpg != P_INVALID) {
nextpg            648 libdb/bt_delete.c 		if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            656 libdb/bt_delete.c 		pg->nextpg = h->nextpg;
nextpg            394 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            164 libdb/bt_overflow.c 		h->nextpg = h->prevpg = P_INVALID;
nextpg            172 libdb/bt_overflow.c 			last->nextpg = h->pgno;
nextpg            223 libdb/bt_overflow.c 		pg = h->nextpg;
nextpg             65 libdb/bt_page.c 	h->nextpg = t->bt_free;
nextpg             94 libdb/bt_page.c 		t->bt_free = h->nextpg;
nextpg            232 libdb/bt_put.c 		if (h->nextpg == P_INVALID) {
nextpg            294 libdb/bt_put.c 		if (t->bt_cur.page->nextpg != P_INVALID)
nextpg            112 libdb/bt_search.c 				    h->nextpg != P_INVALID &&
nextpg            162 libdb/bt_search.c 	if ((e.page = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
nextpg            288 libdb/bt_seq.c 			pg = h->nextpg;
nextpg            421 libdb/bt_seq.c 		pg = h->nextpg;
nextpg            363 libdb/bt_split.c 	r->nextpg = h->nextpg;
nextpg            377 libdb/bt_split.c 	if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
nextpg            381 libdb/bt_split.c 		h->nextpg = r->pgno;
nextpg            398 libdb/bt_split.c 	l->nextpg = r->pgno;
nextpg            405 libdb/bt_split.c 	if (h->nextpg != P_INVALID) {
nextpg            406 libdb/bt_split.c 		if ((tp = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) {
nextpg            469 libdb/bt_split.c 	l->nextpg = r->pgno;
nextpg            471 libdb/bt_split.c 	l->prevpg = r->nextpg = P_INVALID;
nextpg             66 libdb/btree.h  	pgno_t	nextpg;			/* right sibling */