Home
last modified time | relevance | path

Searched refs:written (Results 1 – 17 of 17) sorted by relevance

/libuv/test/
H A Dtest-tty-duplicate-key.c141 DWORD written; in TEST_IMPL() local
179 ASSERT_EQ(written, ARRAY_SIZE(records)); in TEST_IMPL()
195 DWORD written; in TEST_IMPL() local
230 ASSERT_EQ(1, written); in TEST_IMPL()
233 ASSERT_EQ(2, written); in TEST_IMPL()
235 ASSERT_EQ(1, written); in TEST_IMPL()
240 ASSERT_EQ(1, written); in TEST_IMPL()
243 ASSERT_EQ(2, written); in TEST_IMPL()
245 ASSERT_EQ(1, written); in TEST_IMPL()
261 DWORD written; in TEST_IMPL() local
[all …]
H A Drunner-win.c311 DWORD written; in clear_line() local
333 &written)) { in clear_line()
H A Dtest-tty.c172 DWORD written; in TEST_IMPL() local
210 WriteConsoleInputW(handle, &record, 1, &written); in TEST_IMPL()
/libuv/src/win/
H A Dtty.c1045 DWORD written, err; in uv__tty_read_stop() local
1076 DWORD written; in uv__cancel_read_console() local
1191 DWORD written; in uv__tty_emit_text() local
1200 &written, in uv__tty_emit_text()
1244 DWORD count, written; in uv__tty_reset() local
1275 &written) && in uv__tty_reset()
1278 written, in uv__tty_reset()
1280 &written))) { in uv__tty_reset()
1308 DWORD count, written; in uv__tty_clear() local
1365 &written) && in uv__tty_clear()
[all …]
/libuv/docs/src/
H A Dpipe.rst119 of the buffer and it's set to the number of bytes written to the buffer on
132 of the buffer and it's set to the number of bytes written to the buffer on
169 Data may be written to `fds[1]` and read from `fds[0]`.
H A Dstream.rst58 Callback called after data was written on a stream. `status` will be 0 in
161 Write data to stream. Buffers are written in order. Example:
207 * > 0: number of bytes written (can be less than the supplied buffer size).
H A Ddesign.rst7 libuv is cross-platform support library which was originally written for `Node.js`_. It's designed
H A Dfs.rst205 data that was read or written, respectively.
H A Dmisc.rst499 platforms, `uv_if_indextoname()` is called. The result is written to
/libuv/
H A DLINKS.md34 * [phastlight](https://github.com/phastlight/phastlight): Command line tool and web server written
39 * [racer](https://libraries.io/rubygems/racer): Ruby web server written as an C extension
H A DCONTRIBUTING.md81 * Remember that source code usually gets written once and read often: ensure
H A DLICENSE-docs388 of Creative Commons without its prior written consent including,
H A DChangeLog4921 * unix: fix setting written size on uv_wd (Saúl Ibarra Corretgé)
6032 * unix: limit the number of iovecs written in a single `writev` syscall to
/libuv/docs/src/guide/
H A Dintroduction.rst26 written in C or C++ with a set of (a)synchronous APIs that are exposed to
H A Dfilesystem.rst202 free a buffer until it has been written.
H A Dutilities.rst398 a file, control sequences should not be written as they impede readability and
H A Dprocesses.rst399 descriptors to be written to their standard input.

Completed in 46 milliseconds