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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4642 ** The xMutexEnd method defined by this structure is invoked as
4646 ** those obtained by the xMutexInit method. {H17003} The xMutexEnd()
4674 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h5584 ** ^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); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6134 ** ^The xMutexEnd method defined by this structure is invoked as
6138 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6165 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6173 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6181 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
17327 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
17328 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5584 ** ^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); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6134 ** ^The xMutexEnd method defined by this structure is invoked as
6138 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6165 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6173 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6181 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
17327 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
17328 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]

Completed in 322 milliseconds