Home | History | Annotate | Download | only in test

Lines Matching refs:TCP

106             type == TCP ? "tcp" : "pipe",
112 if (type == TCP)
134 type == TCP ? "tcp" : "pipe",
235 if (type == TCP)
246 uv_tcp_t* tcp;
252 if (type == TCP) {
253 tcp = &tcp_write_handles[max_connect_socket++];
255 r = uv_tcp_init(loop, tcp);
260 tcp,
284 if (type == TCP) {
379 type = TCP;
426 type = TCP;