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

/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_nuron_err.c102 static int NURON_lib_error_code=0; variable
107 if (NURON_lib_error_code == 0)
108 NURON_lib_error_code=ERR_get_next_error_library();
114 ERR_load_strings(NURON_lib_error_code,NURON_str_functs);
115 ERR_load_strings(NURON_lib_error_code,NURON_str_reasons);
119 NURON_lib_name->error = ERR_PACK(NURON_lib_error_code,0,0);
130 ERR_unload_strings(NURON_lib_error_code,NURON_str_functs);
131 ERR_unload_strings(NURON_lib_error_code,NURON_str_reasons);
143 if (NURON_lib_error_code == 0)
144 NURON_lib_error_code
[all...]

Completed in 71 milliseconds