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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c268 /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
269 #define ERRFN(a) err_fns->cb_##a macro
368 hash = ERRFN(err_get)(0);
385 hash = ERRFN(err_get)(1);
402 hash = ERRFN(err_get)(0);
462 hash = ERRFN(thread_get)(0);
470 ERRFN(thread_release)(&hash);
480 hash = ERRFN(thread_get)(1);
488 ERRFN(thread_release)(&hash);
498 hash = ERRFN(thread_ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr.c271 /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
272 #define ERRFN(a) err_fns->cb_##a macro
389 hash = ERRFN(err_get) (0);
406 hash = ERRFN(err_get) (1);
423 hash = ERRFN(err_get) (0);
495 hash = ERRFN(thread_get) (0);
503 ERRFN(thread_release) (&hash);
513 hash = ERRFN(thread_get) (1);
521 ERRFN(thread_release) (&hash);
531 hash = ERRFN(thread_ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr.c271 /* Eg. rather than using "err_get()", use "ERRFN(err_get)()". */
272 #define ERRFN(a) err_fns->cb_##a macro
389 hash = ERRFN(err_get) (0);
406 hash = ERRFN(err_get) (1);
423 hash = ERRFN(err_get) (0);
495 hash = ERRFN(thread_get) (0);
503 ERRFN(thread_release) (&hash);
513 hash = ERRFN(thread_get) (1);
521 ERRFN(thread_release) (&hash);
531 hash = ERRFN(thread_ge
[all...]

Completed in 63 milliseconds