Home
last modified time | relevance | path

Searched defs:grpc_ares_request (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc54 struct grpc_ares_request { struct
79 grpc_ares_request* parent_request; argument
Dgrpc_ares_wrapper_fallback.cc25 struct grpc_ares_request { struct
29 static grpc_ares_request* grpc_dns_lookup_ares_locked_impl( in grpc_dns_lookup_ares_locked_impl() argument
Dgrpc_ares_wrapper.h38 typedef struct grpc_ares_request grpc_ares_request; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.h45 typedef struct grpc_ares_request grpc_ares_request; typedef
Dgrpc_ares_wrapper.cc62 struct grpc_ares_request { struct
64 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()