Lines Matching refs:SQLITE_IOCAP_SEQUENTIAL
979 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
42538 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
42548 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
42557 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
42565 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
42573 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
53371 SQLITE_IOCAP_SEQUENTIAL;
61436 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
61448 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
66634 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
87915 if( 0==(sqlite3OsDeviceCharacteristics(pSuperJrnl)&SQLITE_IOCAP_SEQUENTIAL)