Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyname.c64 static void next_lookup(struct host_query *hquery, int status_code);
67 static void end_hquery(struct host_query *hquery, int status,
84 struct host_query *hquery; in ares_gethostbyname() local
109 hquery = ares_malloc(sizeof(struct host_query)); in ares_gethostbyname()
110 if (!hquery) in ares_gethostbyname()
115 hquery->channel = channel; in ares_gethostbyname()
116 hquery->name = ares_strdup(name); in ares_gethostbyname()
117 hquery->want_family = family; in ares_gethostbyname()
118 hquery->sent_family = -1; /* nothing is sent yet */ in ares_gethostbyname()
119 if (!hquery->name) { in ares_gethostbyname()
[all …]