Home
last modified time | relevance | path

Searched defs:sqlite3MutexAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9292 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
16860 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16528 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
25879 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function