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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c617 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
1620 if( pPager->fullSync ){
3359 pPager->fullSync = (level==3 && !pPager->tempFile) ?1:0;
3920 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
4526 pPager->fullSync = pPager->noSync ?0:1;
5818 (pPager->fullSync ? pPager->syncFlags : 0)
H A Dos_unix.c3165 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
3174 UNUSED_PARAMETER(fullSync);
3179 UNUSED_PARAMETER(fullSync);
3188 if( fullSync ) sqlite3_fullsync_count++;
3198 if( fullSync ){
H A Dbtree.c2102 int fullSync, /* PRAGMA fullfsync. */
2109 sqlite3PagerSetSafetyLevel(pBt->pPager, level, fullSync, ckptFullSync);
2099 sqlite3BtreeSetSafetyLevel( Btree *p, int level, int fullSync, int ckptFullSync ) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c28252 full_fsync(int fd, int fullSync, int dataOnly) argument
39042 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
51476 sqlite3BtreeSetSafetyLevel( Btree *p, int level, int fullSync, int ckptFullSync ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28270 full_fsync(int fd, int fullSync, int dataOnly) argument
39070 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
51504 sqlite3BtreeSetSafetyLevel( Btree *p, int level, int fullSync, int ckptFullSync ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27321 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
27330 UNUSED_PARAMETER(fullSync);
27335 UNUSED_PARAMETER(fullSync);
27344 if( fullSync ) sqlite3_fullsync_count++;
27354 if( fullSync ){
37060 u8 fullSync; /* Do extra syncs of the journal for robustness */ member in struct:Pager
49397 sqlite3BtreeSetSafetyLevel( Btree *p, int level, int fullSync, int ckptFullSync ) argument
[all...]

Completed in 620 milliseconds