Searched defs:sqlite3_threadsafe (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h438 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.c390 ** ^The sqlite3_threadsafe() function returns zero if and only if
416 ** sqlite3_threadsafe() function shows only the compile-time setting of
418 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
423 SQLITE_API int SQLITE_STDCALL sqlite3_threadsafe(void);
3606 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
102293 #define sqlite3_threadsafe macro
128047 SQLITE_API int SQLITE_STDCALL sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h438 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.c390 ** ^The sqlite3_threadsafe() function returns zero if and only if
416 ** sqlite3_threadsafe() function shows only the compile-time setting of
418 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
423 SQLITE_API int SQLITE_STDCALL sqlite3_threadsafe(void);
3606 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
102311 #define sqlite3_threadsafe macro
128065 SQLITE_API int SQLITE_STDCALL sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]

Completed in 408 milliseconds