Searched refs:input (Results 1 – 11 of 11) sorted by relevance
/libuv/test/ |
H A D | test-idna.c | 127 #define F(input, err) \ argument 130 static const char s[] = "" input ""; \ 134 #define T(input, expected) \ argument 139 static const char s[] = "" input ""; \ 223 static const char input[] = "ᜄȺy:'¥3̞[<i$"; in TEST_IMPL() local 227 len = uv_wtf8_length_as_utf16(input); in TEST_IMPL() 230 uv_wtf8_to_utf16(input, buf, len); in TEST_IMPL()
|
/libuv/src/ |
H A D | idna.c | 28 static int32_t uv__wtf8_decode1(const char** input) { in uv__wtf8_decode1() argument 35 b1 = **input; in uv__wtf8_decode1() 42 b2 = *++*input; in uv__wtf8_decode1() 49 b3 = *++*input; in uv__wtf8_decode1() 56 b4 = *++*input; in uv__wtf8_decode1()
|
/libuv/docs/src/ |
H A D | tty.rst | 30 /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */
|
H A D | udp.rst | 252 :param namelen: On input it indicates the data of the `name` field. On 270 :param namelen: On input it indicates the data of the `name` field. On
|
H A D | stream.rst | 156 may be pending on the next input event on that TTY on Windows, and does not
|
H A D | misc.rst | 135 uint64_t ru_inblock; /* block input operations */
|
/libuv/docs/src/guide/ |
H A D | basics.rst | 34 The most common activity of systems programs is to deal with input and output, 36 input/output functions (``read``, ``fprintf``, etc.) is that they are
|
H A D | processes.rst | 355 standard input of the worker, we connect the pipe to ``stdin`` using 399 descriptors to be written to their standard input.
|
H A D | filesystem.rst | 221 input).
|
H A D | utilities.rst | 123 for a brief amount as the loop deals with the input data, after which it will
|
/libuv/ |
H A D | ChangeLog | 15 * win,fs: match trailing slash presence in junctions to user input (Jameson 3510 * win: fix free() on bad input in uv_getaddrinfo() (Ben Noordhuis) 5091 * windows: add tty unicode support for input (Peter Atashian)
|
Completed in 33 milliseconds