Home
last modified time | relevance | path

Searched refs:errinf (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/unbound/validator/
H A Dvalidator.c624 errinf(qstate, reason); in validate_msg_signatures()
654 errinf(qstate, reason); in validate_msg_signatures()
1896 qstate->errinf = NULL; in processValidate()
2232 qstate->errinf = NULL; in processFinished()
2672 errinf(qstate, rc); in ds_response_to_ke()
2839 errinf(qstate, reason); in ds_response_to_ke()
2850 errinf(qstate, rc); in ds_response_to_ke()
2918 qstate->errinf = NULL; in process_ds_response()
2971 qstate->errinf = NULL; in process_dnskey_response()
3026 qstate->errinf = NULL; in process_dnskey_response()
[all …]
H A Dautotrust.h209 enum sec_status sec, char* errinf, int was_ratelimited);
H A Dval_kcache.c89 if(key_entry_isbad(k) && qstate->errinf && in key_cache_insert()
/freebsd-12.1/contrib/unbound/iterator/
H A Diterator.c868 errinf(qstate, "malloc failure, priming stub"); in prime_stub()
987 errinf(qstate, "malloc failure"); in auth_zone_delegpt()
999 errinf(qstate, "malloc failure"); in auth_zone_delegpt()
1337 errinf(qstate, "failed to prepend CNAME " in processInitRequest()
1361 errinf(qstate, "SERVFAIL in cache"); in processInitRequest()
1453 errinf(qstate, "no hints for this class"); in processInitRequest()
1506 errinf(qstate, "query was ratelimited"); in processInitRequest()
1546 errinf(qstate, "no useful nameservers, " in processInitRequest()
1983 errinf(qstate, "could not fetch nameserver"); in processLastResort()
2988 errinf(qstate, "malloc failure, CNAME info"); in processQueryResponse()
[all …]
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.c2338 void errinf(struct module_qstate* qstate, const char* str) in errinf() function
2355 if(qstate->errinf) { in errinf()
2356 struct config_strlist* q = qstate->errinf; in errinf()
2360 } else qstate->errinf = p; in errinf()
2379 errinf(qstate, buf); in errinf_origin()
2396 if(!qstate->errinf) in errinf_to_str_bogus()
2398 else for(s=qstate->errinf; s; s=s->next) { in errinf_to_str_bogus()
2421 if(!qstate->errinf) in errinf_to_str_servfail()
2423 else for(s=qstate->errinf; s; s=s->next) { in errinf_to_str_servfail()
2444 errinf(qstate, buf); in errinf_rrset()
[all …]
H A Dmodule.h620 struct config_strlist* errinf; member
H A Dconfig_file.h1129 void errinf(struct module_qstate* qstate, const char* str);
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog5947 Also the errinf is public in module_qstate (for other modules).