Searched refs:CAPI_lib_error_code (Results 1 – 1 of 1) sorted by relevance
145 static int CAPI_lib_error_code = 0; variable150 if (CAPI_lib_error_code == 0) in ERR_load_CAPI_strings()151 CAPI_lib_error_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings()156 ERR_load_strings(CAPI_lib_error_code, CAPI_str_functs); in ERR_load_CAPI_strings()157 ERR_load_strings(CAPI_lib_error_code, CAPI_str_reasons); in ERR_load_CAPI_strings()161 CAPI_lib_name->error = ERR_PACK(CAPI_lib_error_code, 0, 0); in ERR_load_CAPI_strings()171 ERR_unload_strings(CAPI_lib_error_code, CAPI_str_functs); in ERR_unload_CAPI_strings()172 ERR_unload_strings(CAPI_lib_error_code, CAPI_str_reasons); in ERR_unload_CAPI_strings()184 if (CAPI_lib_error_code == 0) in ERR_CAPI_error()185 CAPI_lib_error_code = ERR_get_next_error_library(); in ERR_CAPI_error()[all …]