Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h548 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h223 ** ^The sqlite3_threadsafe() function returns zero if and only if
249 ** sqlite3_threadsafe() function shows only the compile-time setting of
251 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
256 SQLITE_API int sqlite3_threadsafe(void);
4524 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c536 ** ^The sqlite3_threadsafe() function returns zero if and only if
562 ** sqlite3_threadsafe() function shows only the compile-time setting of
564 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
569 SQLITE_API int sqlite3_threadsafe(void);
4837 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
[all...]