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

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c187 static void (MS_FAR *locking_callback) (int mode, int type, variable
397 return (locking_callback);
413 locking_callback = func;
595 } else if (locking_callback != NULL)
596 locking_callback(mode, type, file, line);

Completed in 47 milliseconds