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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c16970 static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c26340 static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
[all...]

Completed in 802 milliseconds