Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h576 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
H A Dsqlite3.c783 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
29367 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
29377 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
29386 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
29394 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
29402 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
45772 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 361 milliseconds