Lines Matching refs:Curl_addrinfo
362 * 'Curl_addrinfo *' with the address information.
365 struct Curl_addrinfo *Curl_doh(struct Curl_easy *data,
783 * Curl_addrinfo struct linked list filled with the data from a set of DoH
784 * lookups. Curl_addrinfo is meant to work like the addrinfo struct does for
793 int port, struct Curl_addrinfo **aip)
795 struct Curl_addrinfo *ai;
796 struct Curl_addrinfo *prevai = NULL;
797 struct Curl_addrinfo *firstai = NULL;
828 ai = calloc(1, sizeof(struct Curl_addrinfo) + ss_size + hostlen);
833 ai->ai_addr = (void *)((char *)ai + sizeof(struct Curl_addrinfo));
951 struct Curl_addrinfo *ai;