Searched refs:sqlite3_threadsafe (Results 1 – 7 of 7) sorted by relevance
416 if( !sqlite3_threadsafe() ){ in main()
326 sqlite3_threadsafe,
658 assert( sqlite3_threadsafe()==SQLITE_THREADSAFE ); in set_options()
541 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
127 int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } in sqlite3_threadsafe() function
145 if( sqlite3_threadsafe()==0 && rc!=SQLITE_MISUSE && rc!=SQLITE_OK in sqlite3TestErrCode()
223 ** ^The sqlite3_threadsafe() function returns zero if and only if249 ** sqlite3_threadsafe() function shows only the compile-time setting of251 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()256 int sqlite3_threadsafe(void);4382 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)