Searched refs:sqlite3MutexInit (Results 1 – 4 of 4) sorted by relevance
219 int sqlite3MutexInit(void){ in sqlite3MutexInit() function284 if( id>SQLITE_MUTEX_RECURSIVE && sqlite3MutexInit() ) return 0; in sqlite3_mutex_alloc()
65 #define sqlite3MutexInit() SQLITE_OK macro
237 rc = sqlite3MutexInit(); in sqlite3_initialize()
4458 int sqlite3MutexInit(void);