Functions | Variables
tcp_client.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/tcp_client.h"
Include dependency graph for tcp_client.cc:

Go to the source code of this file.

Functions

void grpc_set_tcp_client_impl (grpc_tcp_client_vtable *impl)
 
bool grpc_tcp_client_cancel_connect (int64_t connection_handle)
 
int64_t grpc_tcp_client_connect (grpc_closure *on_connect, grpc_endpoint **endpoint, grpc_pollset_set *interested_parties, const grpc_channel_args *channel_args, const grpc_resolved_address *addr, grpc_core::Timestamp deadline)
 

Variables

grpc_tcp_client_vtablegrpc_tcp_client_impl
 

Function Documentation

◆ grpc_set_tcp_client_impl()

void grpc_set_tcp_client_impl ( grpc_tcp_client_vtable impl)

Definition at line 39 of file tcp_client.cc.

◆ grpc_tcp_client_cancel_connect()

bool grpc_tcp_client_cancel_connect ( int64_t  connection_handle)

Definition at line 35 of file tcp_client.cc.

◆ grpc_tcp_client_connect()

int64_t grpc_tcp_client_connect ( grpc_closure on_connect,
grpc_endpoint **  endpoint,
grpc_pollset_set interested_parties,
const grpc_channel_args channel_args,
const grpc_resolved_address addr,
grpc_core::Timestamp  deadline 
)

Definition at line 25 of file tcp_client.cc.

Variable Documentation

◆ grpc_tcp_client_impl

grpc_tcp_client_vtable* grpc_tcp_client_impl

Definition at line 23 of file tcp_client.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33