Lines Matching refs:SQLITE_IOCAP_SEQUENTIAL
1659 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
37555 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
37565 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
37574 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
37582 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
37590 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
48035 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; }
80355 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)