xMutexAlloc      6413 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex *(*xMutexAlloc)(int);
xMutexAlloc      19139 ext/sqlite3/libsqlite/sqlite3.c   if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
xMutexAlloc      19153 ext/sqlite3/libsqlite/sqlite3.c     memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
xMutexAlloc      19156 ext/sqlite3/libsqlite/sqlite3.c     pTo->xMutexAlloc = pFrom->xMutexAlloc;
xMutexAlloc      19192 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3GlobalConfig.mutex.xMutexAlloc(id);
xMutexAlloc      19200 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3GlobalConfig.mutex.xMutexAlloc(id);
xMutexAlloc      6206 ext/sqlite3/libsqlite/sqlite3.h   sqlite3_mutex *(*xMutexAlloc)(int);