Home | History | Annotate | Download | only in c-ares

Lines Matching refs:hostname

64   char *hostname, *rr_name, *rr_data, **aliases;
88 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
93 free(hostname);
105 free(hostname);
111 free(hostname);
147 && strcasecmp(rr_name, hostname) == 0)
184 /* Decode the RR data and replace the hostname with it. */
189 free(hostname);
190 hostname = rr_data;
237 hostent->h_name = hostname;
261 free(hostname);