TCP 150 include/uv.h XX(TCP, tcp) \ TCP 104 test/benchmark-pump.c LOGF("%s_pump%d_client: %.1f gbit/s\n", type == TCP ? "tcp" : "pipe", write_sockets, TCP 108 test/benchmark-pump.c uv_close(type == TCP ? (uv_handle_t*)&tcp_write_handles[i] : (uv_handle_t*)&pipe_write_handles[i], NULL); TCP 126 test/benchmark-pump.c LOGF("%s_pump%d_server: %.1f gbit/s\n", type == TCP ? "tcp" : "pipe", max_read_sockets, TCP 222 test/benchmark-pump.c do_write(type == TCP ? (uv_stream_t*)&tcp_write_handles[i] : (uv_stream_t*)&pipe_write_handles[i]); TCP 236 test/benchmark-pump.c if (type == TCP) { TCP 265 test/benchmark-pump.c if (type == TCP) { TCP 362 test/benchmark-pump.c type = TCP; TCP 407 test/benchmark-pump.c type = TCP; TCP 148 test/echo-server.c case TCP: TCP 216 test/echo-server.c serverType = TCP; TCP 248 test/echo-server.c serverType = TCP;