Searched refs:SQLITE_IOCAP_SEQUENTIAL (Results 1 – 2 of 2) sorted by relevance
576 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
783 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro29367 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind29377 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind29386 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind29394 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind29402 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind45772 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){45784 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){50213 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }66899 && 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)
Completed in 485 milliseconds