Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6205 int (*xMutexEnd)(void); member
H A Dsqlite3.c6412 int (*xMutexEnd)(void); member
19173 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
19174 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()

Completed in 336 milliseconds