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
40905 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
40915 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
40924 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
40948 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
51629 SQLITE_IOCAP_SAFE_APPEND |
56848 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
59658 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
59731 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){