Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DConstants.java72 public static final int SQLITE_IOCAP_SEQUENTIAL = 0x00000400; field in Constants
/external/sqlite/dist/
Dsqlite3.h610 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
Dsqlite3.c1634 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
34722 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34732 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34741 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34749 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34757 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
52279 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
52291 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
56986 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
75397 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)
/external/sqlite/dist/orig/
Dsqlite3.h610 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
Dsqlite3.c1634 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400 macro
34706 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34716 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34725 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34733 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
34741 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
52263 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
52275 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
56970 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
75381 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)