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

/external/sqlite/dist/orig/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
571 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
849 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
686 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
964 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
24316 #define UNIXFILE_PSOW 0x10 /* SQLITE_IOCAP_POWERSAFE_OVERWRITE */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
571 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
849 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
686 #define SQLITE_IOCAP_POWERSAFE_OVERWRITE 0x00001000 macro
964 ** determines the [SQLITE_IOCAP_POWERSAFE_OVERWRITE] bit of the
24323 #define UNIXFILE_PSOW 0x10 /* SQLITE_IOCAP_POWERSAFE_OVERWRITE */
[all...]

Completed in 6905 milliseconds