Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 14 of 14) sorted by relevance

/libuv/docs/src/
H A Dpoll.rst18 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 Dsignal.rst28 when the cursor is moved. When a readable :c:type:`uv_tty_t` handle is used,
H A Dtty.rst87 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
H A Dpipe.rst160 different users. Makes the pipe writable or readable by all users. Mode can
H A Ddesign.rst53 (readable, writable hangup) so handles can read, write or perform the desired I/O operation.
H A Dstream.rst223 Returns 1 if the stream is readable, 0 otherwise.
/libuv/src/win/
H A Dtty.c186 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 DMakefile.am218 test/test-not-readable-nor-writable-on-read-error.c \
246 test/test-readable-on-eof.c \
H A DCMakeLists.txt591 test/test-not-readable-nor-writable-on-read-error.c
619 test/test-readable-on-eof.c
/libuv/m4/
H A Dlibuv-check-flags.m4134 dnl for a much more readable commandline, so that people can understand what
/libuv/docs/src/guide/
H A Dnetworking.rst47 a human readable IP address, port pair to the sockaddr_in structure required by
H A Dutilities.rst440 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
H A Dprocesses.rst397 a readable pipe (from the point of view of the child). Everything is
/libuv/include/
H A Duv.h820 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);

Completed in 31 milliseconds