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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5799 ** ^The xMutexEnd method defined by this structure is invoked as
5803 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5830 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5838 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5846 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6370 ** ^The xMutexEnd method defined by this structure is invoked as
6374 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6401 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6409 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6417 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
17773 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
17774 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5405 ** ^The xMutexEnd method defined by this structure is invoked as
5409 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5436 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5444 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5452 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5958 ** ^The xMutexEnd method defined by this structure is invoked as
5962 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5989 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5997 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6005 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
16839 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
16840 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]

Completed in 803 milliseconds