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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile194 sqlite3_threadsafe.3 \
/netbsd-current/external/public-domain/sqlite/dist/
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);
4505 ** (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);
4818 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
136020 #define sqlite3_threadsafe macro
178271 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d69 int sqlite3_threadsafe();

Completed in 676 milliseconds