Lines Matching refs:SQLITE_IOCAP_SEQUENTIAL
968 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
38374 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38384 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38393 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38401 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38409 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
48988 SQLITE_IOCAP_SEQUENTIAL;
56935 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
56947 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
61937 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
81993 if( 0==(sqlite3OsDeviceCharacteristics(pSuperJrnl)&SQLITE_IOCAP_SEQUENTIAL)