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 361 ** The SQLITE_THREADSAFE macro must be defined as 0, 1, or 2.
371 #if !defined(SQLITE_THREADSAFE)
373 # define SQLITE_THREADSAFE THREADSAFE
375 # define SQLITE_THREADSAFE 1 /* IMP: R-07272-22309 */
431 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
728 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
731 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
733 ** [SQLITE_THREADSAFE] macro is 0,
744 ** the desired setting of the [SQLITE_THREADSAFE] macro.
747 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled wit
    [all...]
sqlite3.c.orig 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...]

Completed in 24 milliseconds