Searched refs:custom_tcp_client_vtable (Results 1 – 2 of 2) sorted by relevance
48 extern grpc_tcp_client_vtable custom_tcp_client_vtable;52 grpc_set_tcp_client_impl(&custom_tcp_client_vtable); in grpc_custom_endpoint_init()
151 grpc_tcp_client_vtable custom_tcp_client_vtable = {tcp_connect}; variable