Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h574 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c602 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
27490 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
27500 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
27509 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
27533 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
40847 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
43515 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
43588 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){