Searched defs:tcp_client (Results 1 – 10 of 10) sorted by relevance
45 distributed::rpc::TCPClient *tcp_client = new distributed::rpc::TCPClient(); in Initialize() local111 auto &tcp_client = tcp_clients_[rank_id]; in SendAsync() local135 auto &tcp_client = tcp_clients_[rank_id]; in WaitForSend() local
194 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimeoutCallback() local204 auto tcp_client = reinterpret_cast<TcpClient *>(ctx); in ReadCallback() local232 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimerCallback() local260 auto tcp_client = reinterpret_cast<TcpClient *>(ptr); in EventCallback() local
28 uv_tcp_t tcp_client; variable
36 static uv_tcp_t tcp_client; variable187 static void do_connect(uv_loop_t* loop, uv_tcp_t* tcp_client) { in do_connect()
26 static uv_tcp_t tcp_client; variable
36 static uv_tcp_t tcp_client; variable
38 static uv_tcp_t tcp_client; variable
69 def tcp_client(self, client_prog, member in FunctionalTestCaseMixin
129 def tcp_client(self, client_prog, member in TestSSL