Home
last modified time | relevance | path

Searched refs:hquery (Results 1 – 1 of 1) sorted by relevance

/external/c-ares/
Dares_gethostbyname.c70 static void next_lookup(struct host_query *hquery, int status_code);
73 static void end_hquery(struct host_query *hquery, int status,
90 struct host_query *hquery; in ares_gethostbyname() local
108 hquery = malloc(sizeof(struct host_query)); in ares_gethostbyname()
109 if (!hquery) in ares_gethostbyname()
114 hquery->channel = channel; in ares_gethostbyname()
115 hquery->name = strdup(name); in ares_gethostbyname()
116 hquery->want_family = family; in ares_gethostbyname()
117 hquery->sent_family = -1; /* nothing is sent yet */ in ares_gethostbyname()
118 if (!hquery->name) { in ares_gethostbyname()
[all …]