Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h663 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
Dsqlite3.c976 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
42192 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42202 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42211 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42235 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
53019 SQLITE_IOCAP_SAFE_APPEND |
58235 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
61026 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
61099 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){