Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_threadsafe

547 ** ^The sqlite3_threadsafe() function returns zero if and only if
573 ** sqlite3_threadsafe() function shows only the compile-time setting of
575 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
580 SQLITE_API int sqlite3_threadsafe(void);
5144 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
142778 #define sqlite3_threadsafe sqlite3_api->xthreadsafe
143269 sqlite3_threadsafe,
187215 /* IMPLEMENTATION-OF: R-20790-14025 The sqlite3_threadsafe() function returns
187219 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }