Home
last modified time | relevance | path

Searched defs:noSync (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dwordcount.c274 int noSync = 0; /* True for --nosync */ in main() local
H A Dkvtest.c801 int noSync = 0; /* Disable synchronous mode */ in runMain() local
H A Dspeedtest1.c2209 int noSync = 0; /* True for --nosync */ in main() local
/sqlite-3.40.0/src/
H A Dpager.c624 u8 noSync; /* Do not sync the journal if true */ member
6397 int noSync /* True to omit the xSync on the db file */ in sqlite3PagerCommitPhaseOne()