Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68721 static int walFramePage(u32 iFrame){ function
68737 int iHash = walFramePage(iFrame);
68774 assert( pWal->nWiData>walFramePage(pWal->hdr.mxFrame) );
68775 assert( pWal->apWiData[walFramePage(pWal->hdr.mxFrame)] );
68776 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
68823 rc = walHashGet(pWal, walFramePage(iFrame), &sLoc);
69008 for(iPg=0; iPg<=(u32)walFramePage(iLastFrame); iPg++){
69488 nSegment = walFramePage(iLast) + 1;
69501 for(i=walFramePage(nBackfill+1); rc==SQLITE_OK && i<nSegment; i++){
70815 rc = walHashGet(pWal, walFramePage(i), &sLoc);
[all …]