Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c88 pDb->bAutowork = LSM_DFLT_AUTOWORK; in lsm_new()
266 pDb->bAutowork = *piVal; in lsm_config()
268 *piVal = pDb->bAutowork; in lsm_config()
698 if( rc==LSM_OK && pDb->bAutowork && nDiff!=0 ){ in doWriteOp()
H A Dlsm_shared.c1424 if( bFlush && pDb->bAutowork ){ in lsmFinishWriteTrans()
1433 if( bFlush && pDb->bAutowork==0 && pDb->xWork ){ in lsmFinishWriteTrans()
H A DlsmInt.h344 int bAutowork; /* Configured by LSM_CONFIG_AUTOWORK */ member