Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_methods (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h5449 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5450 struct sqlite3_mutex_methods { struct
Dsqlite3.c6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6003 struct sqlite3_mutex_methods { struct
11087 sqlite3_mutex_methods mutex; /* Low-level mutex interface */
11264 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);
11265 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);
16811 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()
16812 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()
16819 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); in sqlite3MutexInit()
16821 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree)); in sqlite3MutexInit()
16978 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void){ in sqlite3NoopMutex()
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.h8083 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8084 struct sqlite3_mutex_methods { struct
Dsqlite3.c8396 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8397 struct sqlite3_mutex_methods { struct
19977 sqlite3_mutex_methods mutex; /* Low-level mutex interface */
20441 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);
20442 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);
28361 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;
28478 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){ in multiThreadedCheckMutex()
28479 static const sqlite3_mutex_methods sMutex = { in multiThreadedCheckMutex()
28522 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()
28523 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()
[all …]