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

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_def.c196 /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
197 #define ERRFN(a) err_fns->cb_##a macro
294 hash = ERRFN(err_get)(0);
311 hash = ERRFN(err_get)(1);
328 hash = ERRFN(err_get)(0);
388 hash = ERRFN(thread_get)(0);
396 ERRFN(thread_release)(&hash);
406 hash = ERRFN(thread_get)(1);
414 ERRFN(thread_release)(&hash);
424 hash = ERRFN(thread_ge
[all...]

Completed in 120 milliseconds