Searched refs:error_strings (Results 1 – 3 of 3) sorted by relevance
168 ERR_STRING_DATA *error_strings; /* Copy of what the provider gives us */ member744 if (prov->error_strings != NULL) { in ossl_provider_free()745 ERR_unload_strings(prov->error_lib, prov->error_strings); in ossl_provider_free()746 OPENSSL_free(prov->error_strings); in ossl_provider_free()747 prov->error_strings = NULL; in ossl_provider_free()1121 prov->error_strings = in provider_init()1123 if (prov->error_strings == NULL) in provider_init()1129 prov->error_strings[0].error = ERR_PACK(prov->error_lib, 0, 0); in provider_init()1130 prov->error_strings[0].string = prov->name; in provider_init()1136 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init()[all …]
79 } error_strings[] = { variable2020 fprintf(stdout, "%s\n", error_strings[pdu->error_status].str); in snmp_output_err_resp()2022 fprintf(stdout,"%s\n", error_strings[SNMP_ERR_UNKNOWN].str); in snmp_output_err_resp()
23596 static const char *error_strings[] = { in jim_regerror() local23624 err = error_strings[errcode]; in jim_regerror()