Searched defs:SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h519 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
H A Dsqlite3.c1062 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
22614 return SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h553 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
570 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
H A Dsqlite3.c668 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
685 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h553 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
570 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
H A Dsqlite3.c668 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
685 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
[all...]

Completed in 732 milliseconds