Home
last modified time | relevance | path

Searched defs:bFlush (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest8.c19 int bFlush; /* Flush to disk and checkpoint */ member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_ckpt.c361 int bFlush, in ckptExportLog()
1078 int lsmCheckpointSaveWorker(lsm_db *pDb, int bFlush){ in lsmCheckpointSaveWorker()
H A Dlsm_shared.c1066 void lsmFinishWork(lsm_db *pDb, int bFlush, int *pRc){ in lsmFinishWork()
1414 int bFlush = 0; in lsmFinishWriteTrans() local
H A Dlsm_sorted.c294 int bFlush; /* True if this is an in-memory tree flush */ member
4934 int bFlush, /* Set if call is to make room for a flush */ in sortedWork()
5165 int lsmSaveWorker(lsm_db *pDb, int bFlush){ in lsmSaveWorker()
/sqlite-3.40.0/src/
H A Dvdbesort.c1774 int bFlush; /* True to flush contents of memory to PMA */ in sqlite3VdbeSorterWrite() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c3730 int bFlush /* If true, write dlidx to disk */ in fts5WriteDlidxClear()