Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c26047 int iCnt; /* Trigger the fault only if iCnt is already zero */ member
26062 if( faultsim_state.iCnt ){ in faultsim_callback()
26063 if( faultsim_state.iCnt>0 ) faultsim_state.iCnt--; in faultsim_callback()
26065 oputf("FAULT-SIM id=%d no-fault (cnt=%d)\n", iArg, faultsim_state.iCnt); in faultsim_callback()
26072 faultsim_state.iCnt = faultsim_state.iInterval; in faultsim_callback()
26075 faultsim_state.iCnt = -1; in faultsim_callback()
29243 faultsim_state.iCnt = faultsim_state.nSkip; in do_meta_command()
29248 faultsim_state.iCnt = faultsim_state.nSkip; in do_meta_command()
29254 oputf("faultsim.iCnt: %d\n", faultsim_state.iCnt); in do_meta_command()
H A Dsqlite3.c191952 int iCnt = 0;
191954 if( (c&0x80)==0 ) iCnt++;
191961 pExpr->aMI[iCol*3 + 1] += iCnt;
191962 pExpr->aMI[iCol*3 + 2] += (iCnt>0);