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

/freebsd-10.0-release/crypto/openssl/crypto/err/
H A Derr.c125 static void err_load_strings(int lib, ERR_STRING_DATA *str);
662 err_load_strings(0,ERR_str_libraries);
663 err_load_strings(0,ERR_str_reasons);
664 err_load_strings(ERR_LIB_SYS,ERR_str_functs);
666 err_load_strings(ERR_LIB_SYS,SYS_str_reasons);
670 static void err_load_strings(int lib, ERR_STRING_DATA *str) function
684 err_load_strings(lib, str);

Completed in 94 milliseconds