Searched refs:ERR_load_strings (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ERR_load_strings.pod | 5 ERR_load_strings, ERR_PACK, ERR_get_next_error_library - load 12 int ERR_load_strings(int lib, ERR_STRING_DATA *str); 20 ERR_load_strings() registers error strings for library number B<lib>. 41 ERR_load_strings() returns 1 for success and 0 for failure. ERR_PACK() returns the error code. 47 L<ERR_load_strings(3)>
|
D | ERR_put_error.pod | 27 L<ERR_load_strings(3)> can be used to register 64 L<ERR_load_strings(3)>
|
/third_party/openssl/engines/ |
D | e_ossltest_err.c | 39 ERR_load_strings(lib_code, OSSLTEST_str_functs); in ERR_load_OSSLTEST_strings() 40 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
|
D | e_dasync_err.c | 49 ERR_load_strings(lib_code, DASYNC_str_functs); in ERR_load_DASYNC_strings() 50 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
|
D | e_afalg_err.c | 59 ERR_load_strings(lib_code, AFALG_str_functs); in ERR_load_AFALG_strings() 60 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
|
D | e_capi_err.c | 95 ERR_load_strings(lib_code, CAPI_str_functs); in ERR_load_CAPI_strings() 96 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
|
/third_party/openssl/include/openssl/ |
D | err.h | 249 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
|
/third_party/openssl/crypto/err/ |
D | err.c | 361 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() function
|
/third_party/openssl/util/ |
D | libcrypto.num | 210 ERR_load_strings 211 1_1_0 EXIST::FUNCTION:
|