Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_custom.cc48 extern grpc_tcp_client_vtable custom_tcp_client_vtable;
52 grpc_set_tcp_client_impl(&custom_tcp_client_vtable); in grpc_custom_endpoint_init()
Dtcp_client_custom.cc151 grpc_tcp_client_vtable custom_tcp_client_vtable = {tcp_connect}; variable