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

/macosx-10.10/OpenSSL098-52/src/demos/engines/cluster_labs/
H A Dhw_cluster_labs_err.c107 static int CL_lib_error_code=0; variable
112 if (CL_lib_error_code == 0)
113 CL_lib_error_code=ERR_get_next_error_library();
119 ERR_load_strings(CL_lib_error_code,CL_str_functs);
120 ERR_load_strings(CL_lib_error_code,CL_str_reasons);
124 CL_lib_name->error = ERR_PACK(CL_lib_error_code,0,0);
135 ERR_unload_strings(CL_lib_error_code,CL_str_functs);
136 ERR_unload_strings(CL_lib_error_code,CL_str_reasons);
148 if (CL_lib_error_code == 0)
149 CL_lib_error_code
[all...]

Completed in 120 milliseconds