HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_ENABLE_LOCKING_STYLE (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
ctime.c 99 #ifdef SQLITE_ENABLE_LOCKING_STYLE
100 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
os_unix.c 61 ** 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
70 # define SQLITE_ENABLE_LOCKING_STYLE 0
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 || defined(__APPLE__
    [all...]
test_config.c 419 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
421 # define SQLITE_ENABLE_LOCKING_STYLE 1
423 # define SQLITE_ENABLE_LOCKING_STYLE 0
426 #if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__)
pragma.c 769 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
771 # define SQLITE_ENABLE_LOCKING_STYLE 1
773 # define SQLITE_ENABLE_LOCKING_STYLE 0
776 #if SQLITE_ENABLE_LOCKING_STYLE
817 #endif /* SQLITE_ENABLE_LOCKING_STYLE */
    [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 232 SQLITE_ENABLE_LOCKING_STYLE \
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 136 milliseconds