Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_threadsafe

729 ** ^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);
3614 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
91380 #define sqlite3_threadsafe sqlite3_api->xthreadsafe
91726 sqlite3_threadsafe,
112488 /* IMPLEMENTATION-OF: R-20790-14025 The sqlite3_threadsafe() function returns
112492 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }