Searched refs:SQLITE_IOCAP_SEQUENTIAL (Results 1 – 5 of 5) sorted by relevance
72 public static final int SQLITE_IOCAP_SEQUENTIAL = 0x00000400; field in Constants
610 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
1634 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro34722 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34732 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34741 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34749 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34757 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind52279 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){52291 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){56986 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }75397 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)
1634 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro34706 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34716 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34725 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34733 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind34741 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind52263 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){52275 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){56970 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }75381 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)