Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyaddr.c52 struct addr_query { struct
63 static void next_lookup(struct addr_query *aquery); argument
66 static void end_aquery(struct addr_query *aquery, int status,
74 struct addr_query *aquery; in ares_gethostbyaddr()
89 aquery = malloc(sizeof(struct addr_query)); in ares_gethostbyaddr()
109 static void next_lookup(struct addr_query *aquery) in next_lookup()
146 struct addr_query *aquery = (struct addr_query *) arg; in addr_callback()
173 static void end_aquery(struct addr_query *aquery, int status, in end_aquery()