• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/unbound/util/data/

Lines Matching defs:query_info

69 struct query_info {
138 * in the reply is the same as the query_info.
219 struct query_info key;
255 int query_info_parse(struct query_info* m, struct sldns_buffer* query);
259 * Fills in preallocated query_info structure (with ptr into buffer).
265 * @param qinf: query_info is returned (only on no error).
273 struct query_info* qinf, struct reply_info** rep,
292 struct alloc_cache* alloc, struct query_info* qinf,
297 struct regional* region, struct query_info* qi);
324 * @param m1: struct query_info* , void* here to ease use as function pointer.
325 * @param m2: struct query_info* , void* here to ease use as function pointer.
331 void query_info_clear(struct query_info* m);
333 /** calculate size of struct query_info + reply_info */
342 /** calculate hash value of query_info, lowercases the qname,
344 hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);
353 struct msgreply_entry* query_info_entrysetup(struct query_info* q,
406 uint8_t* reply_find_final_cname_target(struct query_info* qinfo,
415 int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
432 struct ub_packed_rrset_key* reply_find_answer_rrset(struct query_info* qinfo,
477 void log_dns_msg(const char* str, struct query_info* qinfo,
493 void log_reply_info(enum verbosity_value v, struct query_info *qinf,
504 struct query_info* qinf);
561 int inplace_cb_reply_call(struct module_env* env, struct query_info* qinfo,
582 struct query_info* qinfo, struct module_qstate* qstate,
603 struct query_info* qinfo, struct module_qstate* qstate,
625 struct query_info* qinfo, struct module_qstate* qstate,
647 int inplace_cb_query_call(struct module_env* env, struct query_info* qinfo,