Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_getaddrinfo.c70 struct host_query { struct
71 ares_channel_t *channel;
72 char *name;
73 unsigned short port; /* in host order */
74 ares_addrinfo_callback callback;
75 void *arg;
76 struct ares_addrinfo_hints hints;
77 int sent_family; /* this family is what was is being used */
78 size_t timeouts; /* number of timeouts we saw for this request */
79 char *lookups; /* Duplicate memory from channel because of ares_reinit() */
[all …]
Dares_gethostbyname.c60 struct host_query { struct
70 struct host_query *ghbn_arg = arg; in ares_gethostbyname_callback() argument