Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h5459 int (*xMutexNotheld)(sqlite3_mutex *); member
HDsqlite3.c6012 int (*xMutexNotheld)(sqlite3_mutex *); member
16920 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()
/NextBSD/contrib/sqlite3/
HDsqlite3.h6236 int (*xMutexNotheld)(sqlite3_mutex *); member
HDsqlite3.c6450 int (*xMutexNotheld)(sqlite3_mutex *); member
19277 pTo->xMutexNotheld = pFrom->xMutexNotheld; in sqlite3MutexInit()
19377 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p); in sqlite3_mutex_notheld()