Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h661 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
/third_party/sqlite/src/
Dsqlite3.c971 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
38469 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38479 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38488 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38512 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
49084 SQLITE_IOCAP_SAFE_APPEND |
54269 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
57068 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
57141 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){