Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d248 SQLITE_IOCAP_SAFE_APPEND = 0x00000200,
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h663 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A 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) ){