HomeSort by: relevance | last modified time | path
    Searched refs:iCnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 30834 int iCnt; /* Trigger the fault only if iCnt is already zero */
30835 int iInterval; /* Reset iCnt to this value after each fault */
30849 if( faultsim_state.iCnt ){
30850 if( faultsim_state.iCnt>0 ) faultsim_state.iCnt--;
30853 "FAULT-SIM id=%d no-fault (cnt=%d)\n", iArg, faultsim_state.iCnt);
30861 faultsim_state.iCnt = faultsim_state.iInterval;
30864 faultsim_state.iCnt = -1;
    [all...]
sqlite3.c     [all...]

Completed in 165 milliseconds