Searched defs:tcp_client (Results 1 – 8 of 8) sorted by relevance
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