Lines Matching refs:query
536 gen_dns_reply(buf, buflen, bufpos, query, qtype, domain, class, type, ttl, size, data, txtlen, pref… in gen_dns_reply() argument
540 const char *query;
570 SM_REQUIRE(query != NULL);
580 query, domain, dns_type_to_string(type), size, ad);
598 n = dn_comp(query, cp, ep - cp - QFIXEDSZ, dnptrs, lastdnptr);
831 dnscrtrr(domain, query, qtype, value, rr_type, flags, herr, adp, answer, anslen, anspos) in dnscrtrr() argument
833 const char *query;
906 query, qtype, domain, C_IN, rr_type, ttl,
916 query, qtype, domain, C_IN, rr_type, ttl,
931 query, qtype, domain, C_IN, rr_type, ttl,
941 query, qtype, domain, C_IN, rr_type, ttl,
947 query, qtype, domain, C_IN, rr_type, ttl,
991 const char *query; local
1022 query = qbuf;
1027 query = domain;
1091 rlen = dnscrtrr(qdomain, query, type, p, T_CNAME,
1143 rlen = dnscrtrr(qdomain, query, type, p, type, flags, &herr, &ad,
1182 char query[MAXNAME_I]; local
1190 len = snprintf(query, sizeof(query), "%s.%s", name, domain);
1191 if (len >= (int)sizeof(query))
1193 return tstdns_search(query, class, type, answer, anslen);