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

  /external/chromium_org/third_party/sqlite/src/src/
main.c 52 /* IMPLEMENTATION-OF: R-54823-41343 The sqlite3_threadsafe() function returns
56 int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
sqlite3ext.h 383 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
  /external/sqlite/dist/orig/
sqlite3ext.h 407 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 729 ** ^The sqlite3_threadsafe() function returns zero if and only if
755 ** sqlite3_threadsafe() function shows only the compile-time setting of
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
762 SQLITE_API int sqlite3_threadsafe(void);
91380 #define sqlite3_threadsafe macro
112492 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 407 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 729 ** ^The sqlite3_threadsafe() function returns zero if and only if
755 ** sqlite3_threadsafe() function shows only the compile-time setting of
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
762 SQLITE_API int sqlite3_threadsafe(void);
91416 #define sqlite3_threadsafe macro
112528 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 722 ** ^The sqlite3_threadsafe() function returns zero if and only if
748 ** sqlite3_threadsafe() function shows only the compile-time setting of
750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
755 SQLITE_API int sqlite3_threadsafe(void);
87072 #define sqlite3_threadsafe macro
107508 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]

Completed in 629 milliseconds