Lines Matching refs:type
74 static stream_type type; variable
106 type == TCP ? "tcp" : "pipe", in show_stats()
112 if (type == TCP) in show_stats()
134 type == TCP ? "tcp" : "pipe", in read_show_stats()
235 if (type == TCP) in connect_cb()
252 if (type == TCP) { in maybe_connect_some()
284 if (type == TCP) { in connection_cb()
379 type = TCP; in HELPER_IMPL()
402 type = PIPE; in HELPER_IMPL()
426 type = TCP; in tcp_pump()
444 type = PIPE; in pipe_pump()