Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h662 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
H A Dsqlite3.c968 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
38374 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38384 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38393 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38401 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
38409 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
48988 SQLITE_IOCAP_SEQUENTIAL;
56935 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
56947 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
61937 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
[all …]