Lines Matching refs:pgnoOvfl
75453 Pgno pgnoOvfl;
75508 pgnoOvfl = 0;
75565 Pgno pgnoPtrmap = pgnoOvfl; /* Overflow page pointer-map entry page */
75568 pgnoOvfl++;
75570 PTRMAP_ISPAGE(pBt, pgnoOvfl) || pgnoOvfl==PENDING_BYTE_PAGE(pBt)
75574 rc = allocateBtreePage(pBt, &pOvfl, &pgnoOvfl, pgnoOvfl, 0);
75588 ptrmapPut(pBt, pgnoOvfl, eType, pgnoPtrmap, &rc);
75608 put4byte(pPrior, pgnoOvfl);
79161 Pgno pgnoOvfl; /* First page of the overflow chain */
79164 pgnoOvfl = get4byte(&pCell[info.nSize - 4]);
79167 checkPtrmap(pCheck, pgnoOvfl, PTRMAP_OVERFLOW1, iPage);
79170 checkList(pCheck, 0, pgnoOvfl, nPage);