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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 364 #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...]

Completed in 134 milliseconds