Home
last modified time | relevance | path

Searched defs:SQLITE_OK_SYMLINK (Results 1 – 11 of 11) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h570 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
Dsqlite3.c880 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h571 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
Dsqlite3.c884 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h545 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) macro
Dbindgen_bundled_version.rs111 pub const SQLITE_OK_SYMLINK: i32 = 512; constant
Dsqlite3.c1608 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) macro
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h571 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
Dsqlite3.c884 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h570 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
Dsqlite3.c880 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro