Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c67304 u32 iLastFrame; /* Last frame in wal, based on nSize alone */ local
67361 iLastFrame = (nSize - WAL_HDRSIZE) / szFrame;
67362 for(iPg=0; iPg<=(u32)walFramePage(iLastFrame); iPg++){
67365 u32 iLast = MIN(iLastFrame, HASHTABLE_NPAGE_ONE+iPg*HASHTABLE_NPAGE);