Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/
H A Dgrpc_polled_fd_windows.cc811 static const struct ares_socket_functions kCustomSockFuncs = { in ConfigureAresChannelLocked() local
818 ares_set_socket_functions(channel, &kCustomSockFuncs, this); in ConfigureAresChannelLocked()
/aosp_15_r20/external/grpc-grpc/src/core/resolver/dns/c_ares/
H A Dgrpc_ares_ev_driver_windows.cc718 ares_set_socket_functions(channel, &kCustomSockFuncs, this); in ConfigureAresChannelLocked()
798 const struct ares_socket_functions kCustomSockFuncs = { member in grpc_core::__anon3fe4c9740111::GrpcPolledFdFactoryWindows