Home | History | Annotate | Download | only in testcode

Lines Matching defs:qi

166 perf_encode(struct query_info* qi, struct reply_info* rep, uint16_t id, 
181 ret = reply_info_encode(qi, rep, id, flags, out, timenow,
203 struct query_info qi;
218 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns);
227 perf_encode(&qi, rep, id, flags, out, timenow, &edns);
230 query_info_clear(&qi);
317 struct query_info qi;
332 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns);
344 ret = reply_info_encode(&qi, rep, id, flags, out, timenow,
354 check_the_rrsigs(&qi, rep);
357 ret = reply_info_encode(&qi, rep, id, flags, out,
376 query_info_clear(&qi);