Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h588 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
H A Dsqlite3.c848 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
33220 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33230 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33239 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33247 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33255 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
50474 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
50486 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
55016 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
72707 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)

Completed in 453 milliseconds