Searched refs:iCutoffTime (Results 1 – 2 of 2) sorted by relevance
58 sqlite3_int64 iCutoffTime; /* Stop processing at this time. */ member74 int rc = iNow>=p->iCutoffTime; in progress_handler()150 cx.iCutoffTime = cx.iLastCb + 10000; /* Now + 10 seconds */ in LLVMFuzzerTestOneInput()
591 sqlite3_int64 iCutoffTime; /* Stop processing at this time. */ member822 int rc = iNow>=p->iCutoffTime; in progress_handler()1194 cx.iCutoffTime = cx.iLastCb + (iTimeout<giTimeout ? iTimeout : giTimeout); in runCombinedDbSqlInput()