Home
last modified time | relevance | path

Searched refs:stream (Results 51 – 60 of 60) sorted by relevance

123

/libuv/
H A DMakefile.am83 src/win/stream.c \
84 src/win/stream-inl.h \
113 src/unix/stream.c \
H A DCMakeLists.txt219 src/win/stream.c
250 src/unix/stream.c
/libuv/src/win/
H A Dprocess.c1111 fdopt->data.stream->type == UV_NAMED_PIPE && in uv_spawn()
1112 ((uv_pipe_t*) fdopt->data.stream)->ipc) { in uv_spawn()
1113 ((uv_pipe_t*) fdopt->data.stream)->pipe.conn.ipc_remote_pid = in uv_spawn()
/libuv/src/unix/
H A Dos390.c839 uv_stream_t* stream; in uv__io_poll() local
849 stream= container_of(w, uv_stream_t, io_watcher); in uv__io_poll()
/libuv/docs/src/
H A Dfs.rst288 Opens `path` as a directory stream. On success, a `uv_dir_t` is allocated
301 Closes the directory stream represented by `dir` and frees the memory
308 Iterates over the directory stream, `dir`, returned by a successful
315 read from the stream.
H A Dmisc.rst247 Used to detect what type of stream should be used with a given file
678 .. c:function:: void uv_print_all_handles(uv_loop_t* loop, FILE* stream)
680 Prints all handles associated with the given `loop` to the given `stream`.
705 .. c:function:: void uv_print_active_handles(uv_loop_t* loop, FILE* stream)
H A Dtcp.rst74 it's required that it represents a valid stream socket.
/libuv/docs/src/guide/
H A Dutilities.rst196 the standard stream I/O operations, but the library can still be integrated
374 libuv provides the ``uv_tty_t`` abstraction (a stream) and related functions to
387 to be set to use ``uv_read_start()`` on the stream.
/libuv/include/uv/
H A Dwin.h443 } stream;
/libuv/test/
H A Dtest-ipc.c311 stdio[0].data.stream = (uv_stream_t*) channel; in spawn_helper()

Completed in 116 milliseconds

123