Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyname.c58 struct host_query { struct
70 static void next_lookup(struct host_query *hquery, int status_code); argument
73 static void end_hquery(struct host_query *hquery, int status,
90 struct host_query *hquery; in ares_gethostbyname()
108 hquery = malloc(sizeof(struct host_query)); in ares_gethostbyname()
132 static void next_lookup(struct host_query *hquery, int status_code) in next_lookup()
181 struct host_query *hquery = (struct host_query *) arg; in host_callback()
227 static void end_hquery(struct host_query *hquery, int status, in end_hquery()