Searched refs:fullSync (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c27773 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
27782 UNUSED_PARAMETER(fullSync);
27787 UNUSED_PARAMETER(fullSync);
27796 if( fullSync ) sqlite3_fullsync_count++;
27806 if( fullSync ){
38153 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
50369 sqlite3BtreeSetSafetyLevel( Btree *p, int level, int fullSync, int ckptFullSync ) argument
[all...]

Completed in 415 milliseconds