Searched refs:nextpg (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/lib/libc/db/btree/ |
| D | bt_delete.c | 149 recno_t nextpg, prevpg; in __bt_stkacq() local 173 if ((nextpg = h->nextpg) == P_INVALID) in __bt_stkacq() 208 if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL) in __bt_stkacq() 586 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) { in __bt_curdel() 587 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) in __bt_curdel() 624 if (h->nextpg != P_INVALID) { in __bt_relink() 625 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) in __bt_relink() 633 pg->nextpg = h->nextpg; in __bt_relink()
|
| D | bt_overflow.c | 108 for (p = *buf;; p = (char *)p + nb, pg = h->nextpg) { in __ovfl_get() 153 h->nextpg = h->prevpg = P_INVALID; in __ovfl_put() 161 last->nextpg = h->pgno; in __ovfl_put() 210 pg = h->nextpg; in __ovfl_delete()
|
| D | bt_split.c | 353 r->nextpg = h->nextpg; in bt_page() 367 if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) { in bt_page() 371 h->nextpg = r->pgno; in bt_page() 385 l->nextpg = r->pgno; in bt_page() 392 if (h->nextpg != P_INVALID) { in bt_page() 393 if ((tp = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) { in bt_page() 452 l->nextpg = r->pgno; in bt_root() 454 l->prevpg = r->nextpg = P_INVALID; in bt_root()
|
| D | bt_page.c | 64 h->nextpg = t->bt_free; in __bt_free() 91 t->bt_free = h->nextpg; in __bt_new()
|
| D | bt_search.c | 110 h->nextpg != P_INVALID && in __bt_search() 156 if ((e.page = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) in __bt_snext()
|
| D | bt_conv.c | 78 M_32_SWAP(h->nextpg); in __bt_pgin() 184 M_32_SWAP(h->nextpg); in __bt_pgout()
|
| D | bt_put.c | 226 if (h->nextpg == P_INVALID) { in __bt_put() 288 if (t->bt_cur.page->nextpg != P_INVALID) in bt_fast()
|
| D | bt_seq.c | 277 pg = h->nextpg; in __bt_seqadv() 406 pg = h->nextpg; in __bt_first()
|
| D | btree.h | 69 pgno_t nextpg; /* right sibling */ member
|
| D | bt_debug.c | 176 (void)fprintf(stderr, "\tprev %2u next %2u", h->prevpg, h->nextpg); in __bt_dpage()
|
| D | bt_open.c | 379 root->prevpg = root->nextpg = P_INVALID; in nroot()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/ |
| D | h_db.c | 551 if (h->prevpg == P_INVALID || h->nextpg == P_INVALID) in unlinkpg() 567 h->nextpg = P_INVALID; in unlinkpg()
|