Searched refs:iLastFrame (Results 1 – 1 of 1) sorted by relevance
1264 u32 iLastFrame; /* Last frame in wal, based on nSize alone */ in walIndexRecover() local1320 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()