Home
last modified time | relevance | path

Searched refs:err_load_strings (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.c122 static void err_load_strings(int lib, ERR_STRING_DATA *str);
622 err_load_strings(0,ERR_str_libraries); in ERR_load_ERR_strings()
623 err_load_strings(0,ERR_str_reasons); in ERR_load_ERR_strings()
624 err_load_strings(ERR_LIB_SYS,ERR_str_functs); in ERR_load_ERR_strings()
626 err_load_strings(ERR_LIB_SYS,SYS_str_reasons); in ERR_load_ERR_strings()
630 static void err_load_strings(int lib, ERR_STRING_DATA *str) in err_load_strings() function
644 err_load_strings(lib, str); in ERR_load_strings()