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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7545 ** ^The xMutexEnd method defined by this structure is invoked as
7549 ** those obtained by the xMutexInit method. ^The xMutexEnd()
7576 ** intervening calls to xMutexEnd(). Second and subsequent calls to
7584 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
7592 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8608 ** ^The xMutexEnd method defined by this structure is invoked as
8612 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8639 ** intervening calls to xMutexEnd(). Second and subsequent calls to
8647 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
8655 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
[all...]

Completed in 724 milliseconds