Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h5452 int (*xMutexEnd)(void); member
HDsqlite3.c6005 int (*xMutexEnd)(void); member
16839 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
16840 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()
/NextBSD/contrib/sqlite3/
HDsqlite3.h6229 int (*xMutexEnd)(void); member
HDsqlite3.c6443 int (*xMutexEnd)(void); member
19271 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
19295 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
19296 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()