Searched defs:tcp_client (Results 1 – 8 of 8) sorted by relevance
171 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimeoutCallback() local178 auto tcp_client = reinterpret_cast<TcpClient *>(ctx); in ReadCallback() local198 auto tcp_client = reinterpret_cast<TcpClient *>(arg); in TimerCallback() local225 auto tcp_client = reinterpret_cast<TcpClient *>(ptr); in EventCallback() local
28 uv_tcp_t tcp_client; variable
30 static uv_tcp_t tcp_client; variable164 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