Searched refs:written (Results 1 – 17 of 17) sorted by relevance
/libuv/test/ |
H A D | test-tty-duplicate-key.c | 141 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 D | runner-win.c | 311 DWORD written; in clear_line() local 333 &written)) { in clear_line()
|
H A D | test-tty.c | 172 DWORD written; in TEST_IMPL() local 210 WriteConsoleInputW(handle, &record, 1, &written); in TEST_IMPL()
|
/libuv/src/win/ |
H A D | tty.c | 1045 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 D | pipe.rst | 119 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 D | stream.rst | 58 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 D | design.rst | 7 libuv is cross-platform support library which was originally written for `Node.js`_. It's designed
|
H A D | fs.rst | 205 data that was read or written, respectively.
|
H A D | misc.rst | 499 platforms, `uv_if_indextoname()` is called. The result is written to
|
/libuv/ |
H A D | LINKS.md | 34 * [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 D | CONTRIBUTING.md | 81 * Remember that source code usually gets written once and read often: ensure
|
H A D | LICENSE-docs | 388 of Creative Commons without its prior written consent including,
|
H A D | ChangeLog | 5172 * unix: fix setting written size on uv_wd (Saúl Ibarra Corretgé) 6283 * unix: limit the number of iovecs written in a single `writev` syscall to
|
/libuv/docs/src/guide/ |
H A D | introduction.rst | 26 written in C or C++ with a set of (a)synchronous APIs that are exposed to
|
H A D | filesystem.rst | 202 free a buffer until it has been written.
|
H A D | utilities.rst | 398 a file, control sequences should not be written as they impede readability and
|
H A D | processes.rst | 399 descriptors to be written to their standard input.
|
Completed in 39 milliseconds