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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 364 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.h 159 int sqlite3_threadsafe(void);
    [all...]
  /external/sqlite/dist/
sqlite3.h 179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
    [all...]
sqlite3.h.orig 179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
    [all...]
sqlite3.c 726 ** ^The sqlite3_threadsafe() function returns zero if and only if
752 ** sqlite3_threadsafe() function shows only the compile-time setting of
754 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
759 SQLITE_API int sqlite3_threadsafe(void);
84810 #define sqlite3_threadsafe macro
    [all...]
sqlite3.c.orig 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);
    [all...]

Completed in 307 milliseconds