OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_query
(Results
1 - 1
of
1
) sorted by null
/external/c-ares/
ares_gethostbyname.c
58
struct
host_query
{
struct
70
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;
108
hquery = malloc(sizeof(struct
host_query
));
132
static void next_lookup(struct
host_query
*hquery, int status_code)
181
struct
host_query
*hquery = (struct
host_query
*) arg;
227
static void end_hquery(struct
host_query
*hquery, int status,
Completed in 591 milliseconds