Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c941 int bShutdown = 0; /* True if this is the last reference */ in bgc_detach() local
950 bShutdown = 1; in bgc_detach()
954 if( bShutdown ){ in bgc_detach()
/sqlite-3.40.0/mptest/
H A Dmptest.c623 static int finishScript(int iClient, int taskId, int bShutdown){ in finishScript() argument
627 if( bShutdown ){ in finishScript()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c5176 int bShutdown, in doLsmSingleWork() argument
5201 if( bShutdown==0 && pDb->nAutockpt ){ in doLsmSingleWork()
5250 if( rc==LSM_OK && nRem>0 && bShutdown==0 ){ in doLsmSingleWork()