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.c11900 #ifdef SQLITE_ENABLE_LOCKING_STYLE
11901 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
23999 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
24000 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
24004 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
24006 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
24008 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
24063 #if SQLITE_ENABLE_LOCKING_STYLE
24072 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
24074 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE
88307 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13526 #ifdef SQLITE_ENABLE_LOCKING_STYLE
13527 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
24124 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
24125 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
24129 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
24131 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
24133 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
24163 #if SQLITE_ENABLE_LOCKING_STYLE || OS_VXWORKS
24172 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
24174 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE
98219 # define SQLITE_ENABLE_LOCKING_STYLE macro
98221 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13526 #ifdef SQLITE_ENABLE_LOCKING_STYLE
13527 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
24131 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
24132 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
24136 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
24138 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
24140 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
24170 #if SQLITE_ENABLE_LOCKING_STYLE || OS_VXWORKS
24179 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
24181 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE
98239 # define SQLITE_ENABLE_LOCKING_STYLE macro
98241 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]

Completed in 2552 milliseconds