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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7554 ** xMutexNotheld) implement the following interfaces (respectively):
7599 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8617 ** xMutexNotheld) implement the following interfaces (respectively):
8662 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
[all...]

Completed in 837 milliseconds