Searched refs:SQLITE_IOCAP_SEQUENTIAL (Results 1 – 4 of 4) sorted by relevance
524 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
1077 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro41447 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){41459 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){60188 && 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)
620 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
1659 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro37555 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind37565 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind37574 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind37582 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind37590 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind48035 SQLITE_IOCAP_SEQUENTIAL;55872 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){55884 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){60715 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }[all …]