Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h662 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
/third_party/sqlite/src/
Dsqlite3.c972 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
38471 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38481 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38490 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38498 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38506 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
49085 SQLITE_IOCAP_SEQUENTIAL;
57119 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
57131 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
62173 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
[all …]