Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest2.c588 static Tcl_Interp *faultSimInterp = 0; variable
613 rc = Tcl_Eval(faultSimInterp, faultSimScript); in faultSimCallback()
618 rc = atoi(Tcl_GetStringResult(faultSimInterp)); in faultSimCallback()
620 Tcl_ResetResult(faultSimInterp); in faultSimCallback()
661 faultSimInterp = interp; in faultInstallCmd()