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

/external/sqlite/dist/orig/
H A Dsqlite3.c119 #define SQLITE_ENABLE_LOCKING_STYLE 0 macro
14903 #if SQLITE_ENABLE_LOCKING_STYLE
14904 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
26485 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
26486 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
26490 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
26492 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
26494 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
26512 #if SQLITE_ENABLE_LOCKING_STYLE
26516 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
105364 # define SQLITE_ENABLE_LOCKING_STYLE macro
105366 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c119 #define SQLITE_ENABLE_LOCKING_STYLE 0 macro
14903 #if SQLITE_ENABLE_LOCKING_STYLE
14904 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
26492 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
26493 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
26497 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
26499 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
26501 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
26519 #if SQLITE_ENABLE_LOCKING_STYLE
26523 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
105382 # define SQLITE_ENABLE_LOCKING_STYLE macro
105384 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]

Completed in 575 milliseconds