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

/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c806 if (! sqlite3_threadsafe())
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h519 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h200 ** ^The sqlite3_threadsafe() function returns zero if and only if
226 ** sqlite3_threadsafe() function shows only the compile-time setting of
228 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
233 SQLITE_API int sqlite3_threadsafe(void);
4239 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c1263 ** ^The sqlite3_threadsafe() function returns zero if and only if
1289 ** sqlite3_threadsafe() function shows only the compile-time setting of
1291 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
1296 SQLITE_API int sqlite3_threadsafe(void);
5302 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
125909 #define sqlite3_threadsafe macro
164183 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]

Completed in 703 milliseconds