Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h616 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c1655 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
36592 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
36602 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
36611 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
36635 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
47015 SQLITE_IOCAP_SAFE_APPEND |
52089 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
54876 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
54949 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){

Completed in 372 milliseconds