Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h5426 int (*xMutexEnd)(void); member
H A Dsqlite3.c5973 int (*xMutexEnd)(void); member
16752 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
16753 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()

Completed in 479 milliseconds