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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c68 if( sqlite3GlobalConfig.mutex.xMutexEnd ){
69 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
H A Dtest_init.c81 wrapped.mutex.xMutexEnd();
H A Dtest_mutex.c70 return g.m.xMutexEnd();
H A Dsqlite.h.in5211 ** ^The xMutexEnd method defined by this structure is invoked as
5215 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5242 ** intervening calls to xMutexEnd(). Second and subsequent calls to
5250 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5258 int (*xMutexEnd)(void);
/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 2244 milliseconds