Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h523 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
HDsqlite3.c1076 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
38921 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
41396 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
41469 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
/NextBSD/contrib/sqlite3/
HDsqlite3.h575 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
HDsqlite3.c789 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
29880 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29890 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29899 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29923 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
43763 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
46432 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
46505 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){