Searched defs:grpc_ares_request (Results 1 – 5 of 5) sorted by relevance
54 struct grpc_ares_request { struct79 grpc_ares_request* parent_request; argument
25 struct grpc_ares_request { struct29 static grpc_ares_request* grpc_dns_lookup_ares_locked_impl( in grpc_dns_lookup_ares_locked_impl() argument
38 typedef struct grpc_ares_request grpc_ares_request; typedef
45 typedef struct grpc_ares_request grpc_ares_request; typedef
62 struct grpc_ares_request { struct64 struct ares_addr_port_node dns_server_addr;67 grpc_closure* on_done;69 std::unique_ptr<grpc_core::ServerAddressList>* addresses_out;71 std::unique_ptr<grpc_core::ServerAddressList>* balancer_addresses_out;73 char** service_config_json_out;75 grpc_ares_ev_driver* ev_driver;77 size_t pending_queries;80 grpc_error* error;1060 const grpc_ares_request* /*r*/, const char* /*name*/, in grpc_ares_maybe_resolve_localhost_manually_locked()