Home
last modified time | relevance | path

Searched refs:SQLITE_IOCAP_SEQUENTIAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h681 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
H A Dsqlite3.c1002 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
44593 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind in setDeviceCharacteristics()
44603 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind in setDeviceCharacteristics()
44612 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind in setDeviceCharacteristics()
44620 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind in setDeviceCharacteristics()
44628 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind in setDeviceCharacteristics()
55812 SQLITE_IOCAP_SEQUENTIAL;
64036 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
64048 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
69255 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
[all …]