Lines Matching defs:query
32 struct query { struct
39 * The address the query was received from. argument
60 * Maximum supported query size. argument
72 /* TSIG record information and running hash for query-response */ argument
82 /* Normalized query domain name. */ argument
89 /* The zone used to answer the query. */ argument
90 zone_type *zone;
116 * query name when generated from a wildcard record. argument
121 /* number of temporary domains used for the query */ argument
122 size_t number_temporary_domains;
127 int axfr_is_done;
128 zone_type *axfr_zone;
129 domain_type *axfr_current_domain;
130 rrset_type *axfr_current_rrset;
131 uint16_t axfr_current_rr;
135 int ixfr_is_done;
159 static inline int query_overflow(struct query *q); argument
174 uint16_t query_get_dname_offset(struct query *query, domain_type *domain) in query_get_dname_offset()