Searched defs:xMutexEnd (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5216 ** ^The xMutexEnd method defined by this structure is invoked as
5220 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5247 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5255 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5263 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5759 ** ^The xMutexEnd method defined by this structure is invoked as
5763 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5790 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5798 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5806 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
16448 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
16449 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5958 ** ^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
H A Dsqlite3.c6073 ** ^The xMutexEnd method defined by this structure is invoked as
6077 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6104 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6112 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6120 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
18437 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
18438 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5958 ** ^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
H A Dsqlite3.c6073 ** ^The xMutexEnd method defined by this structure is invoked as
6077 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6104 ** intervening calls to xMutexEnd(). Second and subsequent calls to
6112 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6120 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
18437 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
18438 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
[all...]

Completed in 554 milliseconds