Searched refs:errinf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/unbound/validator/ |
| H A D | validator.c | 624 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 D | autotrust.h | 209 enum sec_status sec, char* errinf, int was_ratelimited);
|
| H A D | val_kcache.c | 89 if(key_entry_isbad(k) && qstate->errinf && in key_cache_insert()
|
| /freebsd-12.1/contrib/unbound/iterator/ |
| H A D | iterator.c | 868 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 D | config_file.c | 2338 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 D | module.h | 620 struct config_strlist* errinf; member
|
| H A D | config_file.h | 1129 void errinf(struct module_qstate* qstate, const char* str);
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 5947 Also the errinf is public in module_qstate (for other modules).
|