Searched refs:sqlite3_threadsafe (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h386 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h179 ** ^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);
2946 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c732 ** ^The sqlite3_threadsafe() function returns zero if and only if
758 ** sqlite3_threadsafe() function shows only the compile-time setting of
760 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
765 SQLITE_API int sqlite3_threadsafe(void);
3499 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
89278 #define sqlite3_threadsafe macro
110200 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]

Completed in 417 milliseconds