Lines Matching defs:domain
49 size_t next_domain; /* next search domain to try */
70 /* Per RFC 7686, reject queries for ".onion" domain names with NXDOMAIN. */
76 /* If name only yields one domain to search, then we don't have
145 /* Try the name as-is last; start with the first search domain. */
195 * even if the last domain we queried for T_AAAA resource records
204 /* Try the next domain. */
242 ares_status_t ares__cat_domain(const char *name, const char *domain, char **s)
245 size_t dlen = ares_strlen(domain);
253 if (strcmp(domain, ".") == 0) {
254 /* Avoid appending the root domain to the separator, which would set *s to
258 memcpy(*s + nlen + 1, domain, dlen);
341 /* No domain search to do; just try the name as-is. */