Home | History | Annotate | Download | only in orig

Lines Matching full:fullsync

821 ** to use Mac OS X style fullsync instead of fsync().
873 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
30064 static int full_fsync(int fd, int fullSync, int dataOnly){
30073 UNUSED_PARAMETER(fullSync);
30078 UNUSED_PARAMETER(fullSync);
30083 ** FULLSYNC. This is used during testing to verify that this procedure
30087 if( fullSync ) sqlite3_fullsync_count++;
30097 if( fullSync ){
30220 OSTRACE(("DIRSYNC %s (have_fullfsync=%d fullsync=%d)\n", pFile->zPath,
43633 u8 fullSync; /* Do extra syncs of the journal for robustness */
44656 if( pPager->fullSync ){
44966 if( rc==SQLITE_OK && pPager->fullSync ){
46493 pPager->fullSync = (level==3 && !pPager->tempFile) ?1:0;
46508 if( pPager->fullSync ){
47166 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
47778 assert( pPager->fullSync==0 );
47783 pPager->fullSync = 1;