Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 12 of 12) sorted by relevance

/libuv/src/win/
H A Dtcp.c1394 int reading; in uv__tcp_try_cancel_reqs() local
1398 reading = tcp->flags & UV_HANDLE_READ_PENDING; in uv__tcp_try_cancel_reqs()
1400 if (!reading && !writing) in uv__tcp_try_cancel_reqs()
1405 if (reading) in uv__tcp_try_cancel_reqs()
1435 if (reading) in uv__tcp_try_cancel_reqs()
/libuv/docs/src/guide/
H A Dintroduction.rst19 If you are reading this book, you are either:
H A Dnetworking.rst60 In this case we also establish interest in reading from this stream.
102 actual API for reading/writing is very similar to normal stream reads. To look
H A Dfilesystem.rst63 ``uv_fs_open`` callback. If the file is successfully opened, we start reading it.
185 libuv will automatically keep reading from a stream when ``uv_read_start()`` is
227 .. rubric:: uvtee/main.c - reading buffers
H A Dbasics.rst37 **blocking**. The actual write to a hard disk or reading from a network, takes
H A Dutilities.rst274 whenever the socket is ready for reading or writing. Calling ``uv_poll_start``
/libuv/docs/src/
H A Dmigration_010_100.rst190 In libuv 0.10 (and earlier versions) the `uv_read2_start` function was used to start reading
H A Dmisc.rst817 after reading from `/dev/random` once, or the `KERN_RANDOM`
820 or `/dev/urandom` after reading from `/dev/random` once.
823 if available, or `/dev/urandom` after reading from `/dev/random` once.
826 - Other UNIX: `/dev/urandom` after reading from `/dev/random` once.
H A Dstream.rst149 Stop reading data from the stream. The :c:type:`uv_read_cb` callback will
H A Dhandle.rst125 like reading, writing, connecting, accepting new connections, etc.
/libuv/
H A DREADME.md108 — Documenting types and methods of libuv, mostly by reading uv.h.
H A DChangeLog1672 * win: fix reading hidden env vars (Anna Henningsen)
1923 * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
2204 * test: make sure that reading a directory fails (Sakthipriyan Vairamani)
4480 * unix: reset the reading flag when a stream gets EOF (Saúl Ibarra Corretgé)
4482 * unix: stop reading if an error is produced (Saúl Ibarra Corretgé)
4681 * windows: make uv_read_stop immediately stop reading (Jameson Nash)

Completed in 36 milliseconds