Searched refs:SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in514 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800
H A Dos_os2.c602 return SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN;
H A Dtest_vfs.c1161 { "undeletable_when_open", SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN },
H A Dos_win.c1213 return SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN;
H A Dpager.c1755 if( 0==(iDc & SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN)
4584 SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
/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 4210 milliseconds