Lines Matching refs:UV_NAMED_PIPE
545 case UV_NAMED_PIPE:
611 case UV_NAMED_PIPE:
741 case UV_NAMED_PIPE:
1036 is_ipc = stream->type == UV_NAMED_PIPE && ((uv_pipe_t*) stream)->ipc;
1089 } else if (errno == ECONNRESET && stream->type == UV_NAMED_PIPE) {
1158 stream->type == UV_NAMED_PIPE);
1190 stream->type == UV_NAMED_PIPE ||
1246 assert(stream->type == UV_TCP || stream->type == UV_NAMED_PIPE);
1295 stream->type == UV_NAMED_PIPE ||
1306 if (stream->type != UV_NAMED_PIPE || !((uv_pipe_t*)stream)->ipc)
1437 assert(stream->type == UV_TCP || stream->type == UV_NAMED_PIPE ||
1491 handle->type == UV_NAMED_PIPE);