sqlite3_mutex_methods 5803 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; sqlite3_mutex_methods 10772 third_party/sqlite/amalgamation/sqlite3.c sqlite3_mutex_methods mutex; /* Low-level mutex interface */ sqlite3_mutex_methods 10958 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void); sqlite3_mutex_methods 10959 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void); sqlite3_mutex_methods 16420 third_party/sqlite/amalgamation/sqlite3.c sqlite3_mutex_methods const *pFrom; sqlite3_mutex_methods 16421 third_party/sqlite/amalgamation/sqlite3.c sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; sqlite3_mutex_methods 16428 third_party/sqlite/amalgamation/sqlite3.c memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); sqlite3_mutex_methods 16430 third_party/sqlite/amalgamation/sqlite3.c sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree)); sqlite3_mutex_methods 16587 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void){ sqlite3_mutex_methods 16588 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 16714 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void){ sqlite3_mutex_methods 16715 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 16737 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 16997 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 16998 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 17349 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 17350 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 17684 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 17685 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 107560 third_party/sqlite/amalgamation/sqlite3.c sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*); sqlite3_mutex_methods 107565 third_party/sqlite/amalgamation/sqlite3.c *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex; sqlite3_mutex_methods 5260 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; sqlite3_mutex_methods 315 third_party/sqlite/src/src/main.c sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*); sqlite3_mutex_methods 320 third_party/sqlite/src/src/main.c *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex; sqlite3_mutex_methods 40 third_party/sqlite/src/src/mutex.c sqlite3_mutex_methods const *pFrom; sqlite3_mutex_methods 41 third_party/sqlite/src/src/mutex.c sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; sqlite3_mutex_methods 48 third_party/sqlite/src/src/mutex.c memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); sqlite3_mutex_methods 50 third_party/sqlite/src/src/mutex.c sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree)); sqlite3_mutex_methods 52 third_party/sqlite/src/src/mutex_noop.c sqlite3_mutex_methods const *sqlite3NoopMutex(void){ sqlite3_mutex_methods 53 third_party/sqlite/src/src/mutex_noop.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 179 third_party/sqlite/src/src/mutex_noop.c sqlite3_mutex_methods const *sqlite3NoopMutex(void){ sqlite3_mutex_methods 180 third_party/sqlite/src/src/mutex_noop.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 202 third_party/sqlite/src/src/mutex_noop.c sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 254 third_party/sqlite/src/src/mutex_os2.c sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 255 third_party/sqlite/src/src/mutex_os2.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 330 third_party/sqlite/src/src/mutex_unix.c sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 331 third_party/sqlite/src/src/mutex_unix.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 312 third_party/sqlite/src/src/mutex_w32.c sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ sqlite3_mutex_methods 313 third_party/sqlite/src/src/mutex_w32.c static const sqlite3_mutex_methods sMutex = { sqlite3_mutex_methods 2427 third_party/sqlite/src/src/sqliteInt.h sqlite3_mutex_methods mutex; /* Low-level mutex interface */ sqlite3_mutex_methods 2613 third_party/sqlite/src/src/sqliteInt.h sqlite3_mutex_methods const *sqlite3DefaultMutex(void); sqlite3_mutex_methods 2614 third_party/sqlite/src/src/sqliteInt.h sqlite3_mutex_methods const *sqlite3NoopMutex(void); sqlite3_mutex_methods 35 third_party/sqlite/src/src/test_init.c sqlite3_mutex_methods mutex; sqlite3_mutex_methods 152 third_party/sqlite/src/src/test_init.c sqlite3_mutex_methods mutexmethods = { sqlite3_mutex_methods 37 third_party/sqlite/src/src/test_mutex.c sqlite3_mutex_methods m; /* Interface to "real" mutex system */ sqlite3_mutex_methods 188 third_party/sqlite/src/src/test_mutex.c sqlite3_mutex_methods counter_methods = { sqlite3_mutex_methods 226 third_party/sqlite/src/src/test_mutex.c memset(&g.m, 0, sizeof(sqlite3_mutex_methods));