Lines Matching refs:xMutexFree
5687 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and5728 void (*xMutexFree)(sqlite3_mutex *);16188 memcpy(&pTo->xMutexFree, &pFrom->xMutexFree,16189 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));16241 sqlite3GlobalConfig.mutex.xMutexFree(p);