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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c124 static void (MS_FAR *locking_callback) (int mode, int type, variable
138 return (locking_callback);
149 locking_callback = func;
223 } else if (locking_callback != NULL)
224 locking_callback(mode, type, file, line);

Completed in 90 milliseconds