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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c37463 full_fsync(int fd, int fullSync, int dataOnly) argument
52772 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
[all...]

Completed in 781 milliseconds