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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h407 #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);
3024 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c729 ** ^The sqlite3_threadsafe() function returns zero if and only if
755 ** sqlite3_threadsafe() function shows only the compile-time setting of
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
762 SQLITE_API int sqlite3_threadsafe(void);
3574 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
91254 #define sqlite3_threadsafe macro
112261 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]

Completed in 338 milliseconds