Lines Matching refs:stream
167 XX(STREAM, stream) \
314 typedef void (*uv_read_cb)(uv_stream_t* stream,
468 UV_EXTERN void uv_print_all_handles(uv_loop_t* loop, FILE* stream);
469 UV_EXTERN void uv_print_active_handles(uv_loop_t* loop, FILE* stream);
501 UV_EXTERN size_t uv_stream_get_write_queue_size(const uv_stream_t* stream);
503 UV_EXTERN int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb);
547 * Represents a TCP stream or TCP server.
720 * Representing a stream for the console.
772 * Representing a pipe stream or pipe server. On Windows this is a Named
937 * flags may be specified to create a duplex data stream.
956 uv_stream_t* stream;