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

/openbsd-current/lib/libcrypto/err/
H A Derr.c291 /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
292 #define ERRFN(a) err_fns->cb_##a macro
379 hash = ERRFN(err_get)(0);
397 hash = ERRFN(err_get)(1);
415 hash = ERRFN(err_get)(0);
478 hash = ERRFN(thread_get)(0);
486 ERRFN(thread_release)(&hash);
497 hash = ERRFN(thread_get)(1);
505 ERRFN(thread_release)(&hash);
516 hash = ERRFN(thread_ge
[all...]

Completed in 114 milliseconds