Lines Matching defs:hostname
96 * also valid) the hostname is shortened by the omission of the
366 const char *hostname,
375 (void)hostname;
387 dohp->host = hostname;
397 DNS_TYPE_A, hostname, data->set.str[STRING_DOH],
407 DNS_TYPE_AAAA, hostname, data->set.str[STRING_DOH],
792 static CURLcode doh2ai(const struct dohentry *de, const char *hostname,
804 size_t hostlen = strlen(hostname) + 1; /* include null-terminator */
835 memcpy(ai->ai_canonname, hostname, hostlen);
913 failf(data, "Could not DoH-resolve: %s", data->state.async.hostname);