Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h575 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c782 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
29365 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29375 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29384 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
29408 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
43052 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
45721 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
45794 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){

Completed in 333 milliseconds