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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4651 ** xMutexNotheld) implement the following interfaces (respectively):
4681 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h5593 ** xMutexNotheld) implement the following interfaces (respectively):
5638 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6143 ** xMutexNotheld) implement the following interfaces (respectively):
6188 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17408 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5593 ** xMutexNotheld) implement the following interfaces (respectively):
5638 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6143 ** xMutexNotheld) implement the following interfaces (respectively):
6188 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17408 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 345 milliseconds