Home | History | Annotate | Download | only in dist

Lines Matching refs:isHot

49531   int isHot,
49557 if( isHot || iHdrOff!=pPager->journalHdr ){
50760 ** The isHot parameter indicates that we are trying to rollback a journal
50767 static int pager_playback(Pager *pPager, int isHot){
50810 needPagerReset = isHot;
50822 rc = readJournalHdr(pPager, isHot, szJ, &nRec, &mxPg);
50854 if( nRec==0 && !isHot &&
50954 if( isHot && nPlayback ){