Searched defs:SQLITE_ENABLE_LOCKING_STYLE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_config.c419 #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 Dpragma.c769 #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 Dos_unix.c61 ** 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 Dtest1.c4956 #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/amalgamation/
H A Dsqlite3.c11915 #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...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12507 #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 Dsqlite3.c12507 #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...]

Completed in 435 milliseconds