Home | History | Annotate | Download | only in orig

Lines Matching refs:xMutexEnd

5584 ** ^The xMutexEnd method defined by this structure is invoked as
5588 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5615 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5623 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5631 int (*xMutexEnd)(void);