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

/external/sqlite/dist/
H A Dsqlite3.c21353 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
21354 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
21358 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
21360 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
21362 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
21414 #if SQLITE_ENABLE_LOCKING_STYLE
21424 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
21489 #if SQLITE_ENABLE_LOCKING_STYLE
23480 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
23483 #if SQLITE_ENABLE_LOCKING_STYLE
77692 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]

Completed in 272 milliseconds