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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c12221 #ifdef SQLITE_ENABLE_LOCKING_STYLE
12222 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
24433 ** Styles 4, 5, and 7 are only available of SQLITE_ENABLE_LOCKING_STYLE
24434 ** is defined to 1. The SQLITE_ENABLE_LOCKING_STYLE also enables automatic
24438 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
24440 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
24442 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
24498 #if SQLITE_ENABLE_LOCKING_STYLE
24507 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
24509 #if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE
90732 # define SQLITE_ENABLE_LOCKING_STYLE macro
[all...]

Completed in 387 milliseconds