Lines Matching refs:SQLITE_IOCAP_SEQUENTIAL
852 ** way around. The SQLITE_IOCAP_SEQUENTIAL property means that
879 #define SQLITE_IOCAP_SEQUENTIAL 0x00000400
1014 ** <li> [SQLITE_IOCAP_SEQUENTIAL]
1028 ** way around. The SQLITE_IOCAP_SEQUENTIAL property means that
33888 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33898 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33907 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33915 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
33923 SQLITE_IOCAP_SEQUENTIAL | /* The ram filesystem has no write behind
51311 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
51323 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
55986 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; }
57763 /* Sync the header (unless SQLITE_IOCAP_SEQUENTIAL is true or unless
73988 if( 0==(sqlite3OsDeviceCharacteristics(pMaster)&SQLITE_IOCAP_SEQUENTIAL)