Searched refs:SQLITE_IOCAP_POWERSAFE_OVERWRITE (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h513 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
531 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
790 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
H A Dsqlite3.c1063 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1081 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
1340 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
25068 #define UNIXFILE_PSOW 0x10 /* SQLITE_IOCAP_POWERSAFE_OVERWRITE */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h513 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
531 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
790 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
H A Dsqlite3.c1063 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1081 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
1340 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
25068 #define UNIXFILE_PSOW 0x10 /* SQLITE_IOCAP_POWERSAFE_OVERWRITE */
[all...]

Completed in 575 milliseconds