Searched refs:readable (Results 1 – 14 of 14) sorted by relevance
/libuv/docs/src/ |
H A D | poll.rst | 18 readable or writable even when it isn't. The user should therefore always 119 readable or writable accordingly. Particularly in each of the following 123 readable/writable and the callback did not conduct a read/write on 129 * The socket has already became readable/writable before calling 133 In all of the above listed scenarios, the socket remains readable or
|
H A D | signal.rst | 28 when the cursor is moved. When a readable :c:type:`uv_tty_t` handle is used,
|
H A D | tty.rst | 87 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
|
H A D | pipe.rst | 160 different users. Makes the pipe writable or readable by all users. Mode can
|
H A D | design.rst | 53 (readable, writable hangup) so handles can read, write or perform the desired I/O operation.
|
H A D | stream.rst | 223 Returns 1 if the stream is readable, 0 otherwise.
|
/libuv/src/win/ |
H A D | tty.c | 186 BOOL readable; in uv_tty_init() local 216 readable = GetNumberOfConsoleInputEvents(handle, &NumberOfEvents); in uv_tty_init() 217 if (!readable) { in uv_tty_init() 252 if (readable) { in uv_tty_init()
|
/libuv/ |
H A D | Makefile.am | 218 test/test-not-readable-nor-writable-on-read-error.c \ 246 test/test-readable-on-eof.c \
|
H A D | CMakeLists.txt | 591 test/test-not-readable-nor-writable-on-read-error.c 619 test/test-readable-on-eof.c
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 134 dnl for a much more readable commandline, so that people can understand what
|
/libuv/docs/src/guide/ |
H A D | networking.rst | 47 a human readable IP address, port pair to the sockaddr_in structure required by
|
H A D | utilities.rst | 440 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
|
H A D | processes.rst | 397 a readable pipe (from the point of view of the child). Everything is
|
/libuv/include/ |
H A D | uv.h | 821 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
|
Completed in 38 milliseconds