Lines Matching refs:pgnoOvfl
6813 Pgno pgnoOvfl; in fillInCell() local
6868 pgnoOvfl = 0; in fillInCell()
6925 Pgno pgnoPtrmap = pgnoOvfl; /* Overflow page pointer-map entry page */ in fillInCell()
6928 pgnoOvfl++; in fillInCell()
6930 PTRMAP_ISPAGE(pBt, pgnoOvfl) || pgnoOvfl==PENDING_BYTE_PAGE(pBt) in fillInCell()
6934 rc = allocateBtreePage(pBt, &pOvfl, &pgnoOvfl, pgnoOvfl, 0); in fillInCell()
6948 ptrmapPut(pBt, pgnoOvfl, eType, pgnoPtrmap, &rc); in fillInCell()
6968 put4byte(pPrior, pgnoOvfl); in fillInCell()
10521 Pgno pgnoOvfl; /* First page of the overflow chain */ in checkTreePage() local
10524 pgnoOvfl = get4byte(&pCell[info.nSize - 4]); in checkTreePage()
10527 checkPtrmap(pCheck, pgnoOvfl, PTRMAP_OVERFLOW1, iPage); in checkTreePage()
10530 checkList(pCheck, 0, pgnoOvfl, nPage); in checkTreePage()