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

/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_ossltest_err.c29 static int lib_code = 0; variable
34 if (lib_code == 0)
35 lib_code = ERR_get_next_error_library();
39 ERR_load_strings(lib_code, OSSLTEST_str_functs);
40 ERR_load_strings(lib_code, OSSLTEST_str_reasons);
51 ERR_unload_strings(lib_code, OSSLTEST_str_functs);
52 ERR_unload_strings(lib_code, OSSLTEST_str_reasons);
60 if (lib_code == 0)
61 lib_code = ERR_get_next_error_library();
62 ERR_PUT_error(lib_code, functio
[all...]
H A De_dasync_err.c39 static int lib_code = 0; variable
44 if (lib_code == 0)
45 lib_code = ERR_get_next_error_library();
49 ERR_load_strings(lib_code, DASYNC_str_functs);
50 ERR_load_strings(lib_code, DASYNC_str_reasons);
61 ERR_unload_strings(lib_code, DASYNC_str_functs);
62 ERR_unload_strings(lib_code, DASYNC_str_reasons);
70 if (lib_code == 0)
71 lib_code = ERR_get_next_error_library();
72 ERR_PUT_error(lib_code, functio
[all...]
H A De_afalg_err.c49 static int lib_code = 0; variable
54 if (lib_code == 0)
55 lib_code = ERR_get_next_error_library();
59 ERR_load_strings(lib_code, AFALG_str_functs);
60 ERR_load_strings(lib_code, AFALG_str_reasons);
71 ERR_unload_strings(lib_code, AFALG_str_functs);
72 ERR_unload_strings(lib_code, AFALG_str_reasons);
80 if (lib_code == 0)
81 lib_code = ERR_get_next_error_library();
82 ERR_PUT_error(lib_code, functio
[all...]
H A De_capi_err.c85 static int lib_code = 0; variable
90 if (lib_code == 0)
91 lib_code = ERR_get_next_error_library();
95 ERR_load_strings(lib_code, CAPI_str_functs);
96 ERR_load_strings(lib_code, CAPI_str_reasons);
107 ERR_unload_strings(lib_code, CAPI_str_functs);
108 ERR_unload_strings(lib_code, CAPI_str_reasons);
116 if (lib_code == 0)
117 lib_code = ERR_get_next_error_library();
118 ERR_PUT_error(lib_code, functio
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_ossltest_err.c23 static int lib_code = 0; variable
28 if (lib_code == 0)
29 lib_code = ERR_get_next_error_library();
33 ERR_load_strings(lib_code, OSSLTEST_str_reasons);
44 ERR_unload_strings(lib_code, OSSLTEST_str_reasons);
52 if (lib_code == 0)
53 lib_code = ERR_get_next_error_library();
54 ERR_raise(lib_code, reason);
H A De_dasync_err.c23 static int lib_code = 0; variable
28 if (lib_code == 0)
29 lib_code = ERR_get_next_error_library();
33 ERR_load_strings(lib_code, DASYNC_str_reasons);
44 ERR_unload_strings(lib_code, DASYNC_str_reasons);
52 if (lib_code == 0)
53 lib_code = ERR_get_next_error_library();
54 ERR_raise(lib_code, reason);
H A De_loader_attic_err.c40 static int lib_code = 0; variable
45 if (lib_code == 0)
46 lib_code = ERR_get_next_error_library();
50 ERR_load_strings(lib_code, ATTIC_str_reasons);
61 ERR_unload_strings(lib_code, ATTIC_str_reasons);
69 if (lib_code == 0)
70 lib_code = ERR_get_next_error_library();
71 ERR_raise(lib_code, reason);
H A De_afalg_err.c38 static int lib_code = 0; variable
43 if (lib_code == 0)
44 lib_code = ERR_get_next_error_library();
48 ERR_load_strings(lib_code, AFALG_str_reasons);
59 ERR_unload_strings(lib_code, AFALG_str_reasons);
67 if (lib_code == 0)
68 lib_code = ERR_get_next_error_library();
69 ERR_raise(lib_code, reason);
H A De_capi_err.c61 static int lib_code = 0; variable
66 if (lib_code == 0)
67 lib_code = ERR_get_next_error_library();
71 ERR_load_strings(lib_code, CAPI_str_reasons);
82 ERR_unload_strings(lib_code, CAPI_str_reasons);
90 if (lib_code == 0)
91 lib_code = ERR_get_next_error_library();
92 ERR_raise(lib_code, reason);
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl597 static int lib_code = 0;
602 if (lib_code == 0)
603 lib_code = ERR_get_next_error_library();
607 ERR_load_strings(lib_code, ${lib}_str_reasons);
618 ERR_unload_strings(lib_code, ${lib}_str_reasons);
626 if (lib_code == 0)
627 lib_code = ERR_get_next_error_library();
628 ERR_raise(lib_code, reason);
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkerr.pl647 static int lib_code = 0;
652 if (lib_code == 0)
653 lib_code = ERR_get_next_error_library();
657 ERR_load_strings(lib_code, ${lib}_str_functs);
658 ERR_load_strings(lib_code, ${lib}_str_reasons);
669 ERR_unload_strings(lib_code, ${lib}_str_functs);
670 ERR_unload_strings(lib_code, ${lib}_str_reasons);
678 if (lib_code == 0)
679 lib_code = ERR_get_next_error_library();
680 ERR_PUT_error(lib_code, functio
[all...]

Completed in 160 milliseconds