Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_mutex.c208 int isInstall; in test_install_mutex_counters() local
226 if( TCL_OK!=Tcl_GetBooleanFromObj(interp, objv[1], &isInstall) ){ in test_install_mutex_counters()
230 assert(isInstall==0 || isInstall==1); in test_install_mutex_counters()
232 if( isInstall==g.isInstalled ){ in test_install_mutex_counters()
234 Tcl_AppendResult(interp, isInstall?"already installed":"not installed", 0); in test_install_mutex_counters()
238 if( isInstall ){ in test_install_mutex_counters()
252 g.isInstalled = isInstall; in test_install_mutex_counters()
H A Dtest_malloc.c1413 int isInstall; in test_install_malloc_faultsim() local
1419 if( TCL_OK!=Tcl_GetBooleanFromObj(interp, objv[1], &isInstall) ){ in test_install_malloc_faultsim()
1422 rc = faultsimInstall(isInstall); in test_install_malloc_faultsim()