Searched refs:pgnoOvfl (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/recover/ |
| H A D | dbdata.c | 624 u32 pgnoOvfl = get_uint32(&pCsr->aPage[iOff]); in dbdataNext() local 629 rc = dbdataLoadPage(pCsr, pgnoOvfl, &aOvfl, &nOvfl); in dbdataNext() 639 pgnoOvfl = get_uint32(aOvfl); in dbdataNext()
|
| /sqlite-3.40.0/src/ |
| H A D | btree.c | 6813 Pgno pgnoOvfl; in fillInCell() local 6868 pgnoOvfl = 0; 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() [all …]
|