Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_threadsafe

722 ** ^The sqlite3_threadsafe() function returns zero if and only if
748 ** sqlite3_threadsafe() function shows only the compile-time setting of
750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
755 SQLITE_API int sqlite3_threadsafe(void);
3226 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
84803 #define sqlite3_threadsafe sqlite3_api->xthreadsafe
85137 sqlite3_threadsafe,
104859 /* IMPLEMENTATION-OF: R-54823-41343 The sqlite3_threadsafe() function returns
104863 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }