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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h421 #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);
3207 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c750 ** ^The sqlite3_threadsafe() function returns zero if and only if
776 ** sqlite3_threadsafe() function shows only the compile-time setting of
778 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
783 SQLITE_API int sqlite3_threadsafe(void);
3778 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
92598 #define sqlite3_threadsafe macro
114837 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/freebsd-10.2-release/crypto/heimdal/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...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c736 if (! sqlite3_threadsafe())

Completed in 676 milliseconds