Searched refs:xMutexFree (Results 1 – 2 of 2) sorted by relevance
7796 void (*xMutexFree)(sqlite3_mutex *); member
8109 void (*xMutexFree)(sqlite3_mutex *); member26846 pGlobalMutexMethods->xMutexFree(pCheck->mutex);26946 pTo->xMutexFree = pFrom->xMutexFree;27009 assert( sqlite3GlobalConfig.mutex.xMutexFree );27010 sqlite3GlobalConfig.mutex.xMutexFree(p);