Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h7141 int (*xMutexEnd)(void); member
H A Dsqlite3.c8180 int (*xMutexEnd)(void); member
25081 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
25107 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
25108 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()

Completed in 388 milliseconds