Searched refs:do_dynlock_cb (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c186 static void (*do_dynlock_cb) (int mode, int type, const char *file, int line); variable
192 do_dynlock_cb = dyn_cb;
221 if (do_dynlock_cb)
222 do_dynlock_cb(mode, type, file, line);
H A Dcrypto.h449 void int_CRYPTO_set_do_dynlock_callback(void (*do_dynlock_cb)

Completed in 53 milliseconds