Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c1264 u32 iLastFrame; /* Last frame in wal, based on nSize alone */ in walIndexRecover() local
1320 iLastFrame = (nSize - WAL_HDRSIZE) / szFrame; in walIndexRecover()
1321 for(iPg=0; iPg<=(u32)walFramePage(iLastFrame); iPg++){ in walIndexRecover()
1324 u32 iLast = MIN(iLastFrame, HASHTABLE_NPAGE_ONE+iPg*HASHTABLE_NPAGE); in walIndexRecover()