HomeSort by: relevance | last modified time | path
    Searched defs:errinf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
module.c 78 void errinf(struct module_qstate* qstate, const char* str) function
104 if(qstate->errinf) {
105 struct errinf_strlist* q = qstate->errinf;
109 } else qstate->errinf = p;
128 errinf(qstate, buf);
145 if(!qstate->errinf)
147 else for(s=qstate->errinf; s; s=s->next) {
165 for(s=qstate->errinf; s; s=s->next) {
188 if(!qstate->errinf)
190 else for(s=qstate->errinf; s; s=s->next)
    [all...]
module.h 656 struct errinf_strlist* errinf; member in struct:module_qstate
832 void errinf(struct module_qstate* qstate, const char* str);
872 * Check the sldns_ede_code of the qstate->errinf.

Completed in 25 milliseconds