Lines Matching refs:pgnoOvfl
78573 Pgno pgnoOvfl; local
78631 pgnoOvfl = 0;
78688 Pgno pgnoPtrmap = pgnoOvfl; /* Overflow page pointer-map entry page */
78691 pgnoOvfl++;
78693 PTRMAP_ISPAGE(pBt, pgnoOvfl) || pgnoOvfl==PENDING_BYTE_PAGE(pBt)
78697 rc = allocateBtreePage(pBt, &pOvfl, &pgnoOvfl, pgnoOvfl, 0);
78711 ptrmapPut(pBt, pgnoOvfl, eType, pgnoPtrmap, &rc);
78731 put4byte(pPrior, pgnoOvfl);
82475 Pgno pgnoOvfl; /* First page of the overflow chain */ local
82478 pgnoOvfl = get4byte(&pCell[info.nSize - 4]);
82481 checkPtrmap(pCheck, pgnoOvfl, PTRMAP_OVERFLOW1, iPage);
82484 checkList(pCheck, 0, pgnoOvfl, nPage);