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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dhw_cluster_labs_err.c110 static int CL_lib_error_code = 0; variable
115 if (CL_lib_error_code == 0)
116 CL_lib_error_code = ERR_get_next_error_library();
121 ERR_load_strings(CL_lib_error_code, CL_str_functs);
122 ERR_load_strings(CL_lib_error_code, CL_str_reasons);
126 CL_lib_name->error = ERR_PACK(CL_lib_error_code, 0, 0);
136 ERR_unload_strings(CL_lib_error_code, CL_str_functs);
137 ERR_unload_strings(CL_lib_error_code, CL_str_reasons);
149 if (CL_lib_error_code == 0)
150 CL_lib_error_code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs_err.c110 static int CL_lib_error_code = 0; variable
115 if (CL_lib_error_code == 0)
116 CL_lib_error_code = ERR_get_next_error_library();
121 ERR_load_strings(CL_lib_error_code, CL_str_functs);
122 ERR_load_strings(CL_lib_error_code, CL_str_reasons);
126 CL_lib_name->error = ERR_PACK(CL_lib_error_code, 0, 0);
136 ERR_unload_strings(CL_lib_error_code, CL_str_functs);
137 ERR_unload_strings(CL_lib_error_code, CL_str_reasons);
149 if (CL_lib_error_code == 0)
150 CL_lib_error_code
[all...]

Completed in 105 milliseconds