HomeSort by: relevance | last modified time | path
    Searched defs:nextpg (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/btree/
bt_delete.c 152 recno_t nextpg, prevpg; local in function:__bt_stkacq
176 if ((nextpg = h->nextpg) == P_INVALID)
211 if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL)
590 if (idx == (unsigned)(NEXTINDEX(h) - 1) && h->nextpg != P_INVALID) {
591 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
628 if (h->nextpg != P_INVALID) {
629 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
637 pg->nextpg = h->nextpg;
    [all...]
btree.h 72 pgno_t nextpg; /* right sibling */ member in struct:_page

Completed in 12 milliseconds