Lines Matching refs:stream
172 XX(STREAM, stream) \
339 typedef void (*uv_read_cb)(uv_stream_t* stream,
514 UV_EXTERN void uv_print_all_handles(uv_loop_t* loop, FILE* stream);
515 UV_EXTERN void uv_print_active_handles(uv_loop_t* loop, FILE* stream);
553 UV_EXTERN size_t uv_stream_get_write_queue_size(const uv_stream_t* stream);
555 UV_EXTERN int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb);
603 * Represents a TCP stream or TCP server.
777 * Representing a stream for the console.
833 * Representing a pipe stream or pipe server. On Windows this is a Named
1009 * flags may be specified to create a duplex data stream.
1028 uv_stream_t* stream;