Searched refs:xMutexAlloc (Results 1 – 2 of 2) sorted by relevance
6206 sqlite3_mutex *(*xMutexAlloc)(int); member
6413 sqlite3_mutex *(*xMutexAlloc)(int); member19139 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()19153 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); in sqlite3MutexInit()19156 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()19192 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()19200 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
Completed in 294 milliseconds