Searched refs:SQLITE_ENABLE_LOCKING_STYLE (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | ctime.c | 99 #ifdef SQLITE_ENABLE_LOCKING_STYLE 100 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
|
H A D | os_unix.c | 61 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE 62 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic 66 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 68 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 70 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 126 #if SQLITE_ENABLE_LOCKING_STYLE 135 #endif /* SQLITE_ENABLE_LOCKING_STYLE */ 137 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE && !OS_VXWORKS) 215 #if SQLITE_ENABLE_LOCKING_STYLE 218 #if SQLITE_ENABLE_LOCKING_STYLE || define [all...] |
H A D | test_config.c | 419 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 421 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 423 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 426 #if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__)
|
H A D | pragma.c | 769 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 771 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 773 # define SQLITE_ENABLE_LOCKING_STYLE 0 776 #if SQLITE_ENABLE_LOCKING_STYLE 817 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
|
H A D | test1.c | 4956 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 4958 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 4960 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 4963 #if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__) 5493 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE 5736 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE
|
/external/chromium_org/third_party/sqlite/src/tool/ |
H A D | omittest.tcl | 232 SQLITE_ENABLE_LOCKING_STYLE \
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 12507 #ifdef SQLITE_ENABLE_LOCKING_STYLE 12508 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE), 24868 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE 24869 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic 24873 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 24875 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 24877 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 24934 #if SQLITE_ENABLE_LOCKING_STYLE 24943 #endif /* SQLITE_ENABLE_LOCKING_STYLE */ 24945 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE 92872 # define SQLITE_ENABLE_LOCKING_STYLE macro [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 12507 #ifdef SQLITE_ENABLE_LOCKING_STYLE 12508 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE), 24875 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE 24876 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic 24880 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 24882 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 24884 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 24941 #if SQLITE_ENABLE_LOCKING_STYLE 24950 #endif /* SQLITE_ENABLE_LOCKING_STYLE */ 24952 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE 92908 # define SQLITE_ENABLE_LOCKING_STYLE macro [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 11915 #ifdef SQLITE_ENABLE_LOCKING_STYLE 11916 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE), 24014 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE 24015 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic 24019 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) 24021 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro 24023 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro 24078 #if SQLITE_ENABLE_LOCKING_STYLE 24087 #endif /* SQLITE_ENABLE_LOCKING_STYLE */ 24089 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE 88514 # define SQLITE_ENABLE_LOCKING_STYLE macro [all...] |
Completed in 1152 milliseconds