HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_THREADSAFE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 117 ** The SQLITE_THREADSAFE macro must be defined as 0, 1, or 2.
127 #if !defined(SQLITE_THREADSAFE)
129 # define SQLITE_THREADSAFE THREADSAFE
131 # define SQLITE_THREADSAFE 1 /* IMP: R-07272-22309 */
187 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 357 ** The SQLITE_THREADSAFE macro must be defined as 0, 1, or 2.
367 #if !defined(SQLITE_THREADSAFE)
369 # define SQLITE_THREADSAFE THREADSAFE
371 # define SQLITE_THREADSAFE 1 /* IMP: R-07272-22309 */
427 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
724 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
727 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
729 ** [SQLITE_THREADSAFE] macro is 0,
740 ** the desired setting of the [SQLITE_THREADSAFE] macro.
743 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled wit
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 296 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
299 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
301 ** [SQLITE_THREADSAFE] macro is 0,
312 ** the desired setting of the [SQLITE_THREADSAFE] macro.
315 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
316 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
    [all...]
  /external/sqlite/dist/
sqlite3.c 296 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
299 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
301 ** [SQLITE_THREADSAFE] macro is 0,
312 ** the desired setting of the [SQLITE_THREADSAFE] macro.
315 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
316 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
    [all...]

Completed in 112 milliseconds