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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5808 ** xMutexNotheld) implement the following interfaces (respectively):
5853 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6379 ** xMutexNotheld) implement the following interfaces (respectively):
6424 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17854 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5414 ** xMutexNotheld) implement the following interfaces (respectively):
5459 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5967 ** xMutexNotheld) implement the following interfaces (respectively):
6012 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
16920 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 462 milliseconds