Lines Matching defs:qinf
67 struct query_info* qinf, struct reply_info* rep, size_t skip)
119 if(rcode == LDNS_RCODE_NOERROR && qinf->qtype == LDNS_RR_TYPE_ANY)
124 if(qinf->qtype == LDNS_RR_TYPE_DNAME) {
129 query_dname_compare(qinf->qname,
141 qinf, rep);
149 ntohs(rep->rrsets[i]->rk.type) == qinf->qtype)
155 qinf, rep);
206 * @param qinf: the query name that needs validation.
214 struct query_info* qinf, uint8_t** signer_name, size_t* signer_len,
229 dname_subdomain_c(qinf->qname, sign)) {
230 (void)dname_lab_cmp(qinf->qname,
231 dname_count_labels(qinf->qname),
264 val_find_signer(enum val_classification subtype, struct query_info* qinf,
273 if(query_dname_compare(qinf->qname,
283 qinf->qtype == LDNS_RR_TYPE_CNAME &&
340 val_find_best_signer(rep->rrsets[i], qinf,
348 if(query_dname_compare(qinf->qname,