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 421 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
327 SQLITE_API int sqlite3_threadsafe(void);
97392 #define sqlite3_threadsafe macro
122218 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 421 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
327 SQLITE_API int sqlite3_threadsafe(void);
97412 #define sqlite3_threadsafe macro
122238 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);
86865 #define sqlite3_threadsafe macro
107301 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]

Completed in 240 milliseconds