Home
last modified time | relevance | path

Searched refs:input (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-idna.c127 #define F(input, err) \ argument
130 static const char s[] = "" input ""; \
134 #define T(input, expected) \ argument
139 static const char s[] = "" input ""; \
/libuv/src/
H A Didna.c28 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 Dtty.rst30 /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */
H A Dudp.rst225 :param namelen: On input it indicates the data of the `name` field. On
243 :param namelen: On input it indicates the data of the `name` field. On
H A Dstream.rst156 may be pending on the next input event on that TTY on Windows, and does not
H A Dmisc.rst135 uint64_t ru_inblock; /* block input operations */
/libuv/docs/src/guide/
H A Dbasics.rst34 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 Dprocesses.rst355 standard input of the worker, we connect the pipe to ``stdin`` using
399 descriptors to be written to their standard input.
H A Dfilesystem.rst221 input).
H A Dutilities.rst123 for a brief amount as the loop deals with the input data, after which it will
/libuv/
H A DChangeLog3259 * win: fix free() on bad input in uv_getaddrinfo() (Ben Noordhuis)
4840 * windows: add tty unicode support for input (Peter Atashian)

Completed in 93 milliseconds