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

  /external/sqlite/dist/
sqlite3.c 346 ** The SQLITE_THREADSAFE macro must be defined as either 0 or 1.
350 #if !defined(SQLITE_THREADSAFE)
352 # define SQLITE_THREADSAFE THREADSAFE
354 # define SQLITE_THREADSAFE 1
415 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
678 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
681 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
683 ** [SQLITE_THREADSAFE] macro is 0,
694 ** the desired setting of the [SQLITE_THREADSAFE] macro.
697 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled wit
    [all...]
sqlite3.c.orig 346 ** The SQLITE_THREADSAFE macro must be defined as either 0 or 1.
350 #if !defined(SQLITE_THREADSAFE)
352 # define SQLITE_THREADSAFE THREADSAFE
354 # define SQLITE_THREADSAFE 1
415 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
678 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
681 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
683 ** [SQLITE_THREADSAFE] macro is 0,
694 ** the desired setting of the [SQLITE_THREADSAFE] macro.
697 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled wit
    [all...]

Completed in 29 milliseconds