Home
last modified time | relevance | path

Searched refs:pgnoOvfl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c16141 u32 pgnoOvfl = get_uint32(&pCsr->aPage[iOff]); in dbdataNext() local
16146 rc = dbdataLoadPage(pCsr, pgnoOvfl, &aOvfl, &nOvfl); in dbdataNext()
16156 pgnoOvfl = get_uint32(aOvfl); in dbdataNext()
H A Dsqlite3.c77532 Pgno pgnoOvfl;
77590 pgnoOvfl = 0;
77647 Pgno pgnoPtrmap = pgnoOvfl; /* Overflow page pointer-map entry page */
77650 pgnoOvfl++;
77652 PTRMAP_ISPAGE(pBt, pgnoOvfl) || pgnoOvfl==PENDING_BYTE_PAGE(pBt)
77656 rc = allocateBtreePage(pBt, &pOvfl, &pgnoOvfl, pgnoOvfl, 0);
77670 ptrmapPut(pBt, pgnoOvfl, eType, pgnoPtrmap, &rc);
77690 put4byte(pPrior, pgnoOvfl);
81423 Pgno pgnoOvfl; /* First page of the overflow chain */
81426 pgnoOvfl = get4byte(&pCell[info.nSize - 4]);
[all …]