Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h4674 int (*xMutexEnd)(void); member
/external/sqlite/dist/
Dsqlite3.h5631 int (*xMutexEnd)(void); member
Dsqlite3.c6181 int (*xMutexEnd)(void); member
17327 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
17328 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()
/external/sqlite/dist/orig/
Dsqlite3.h5631 int (*xMutexEnd)(void); member
Dsqlite3.c6181 int (*xMutexEnd)(void); member
17327 if( sqlite3GlobalConfig.mutex.xMutexEnd ){ in sqlite3MutexEnd()
17328 rc = sqlite3GlobalConfig.mutex.xMutexEnd(); in sqlite3MutexEnd()