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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9292 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
16860 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16698 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
26222 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 706 milliseconds