Home
last modified time | relevance | path

Searched refs:UV_PIPE_NO_TRUNCATE (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-pipe-bind-error.c187 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)); in TEST_IMPL()
194 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)); in TEST_IMPL()
200 UV_PIPE_NO_TRUNCATE, in TEST_IMPL()
/libuv/src/unix/
H A Dpipe.c73 if (flags & ~UV_PIPE_NO_TRUNCATE) in uv_pipe_bind2()
90 if (flags & UV_PIPE_NO_TRUNCATE) in uv_pipe_bind2()
265 if (flags & ~UV_PIPE_NO_TRUNCATE) in uv_pipe_connect2()
277 if (flags & UV_PIPE_NO_TRUNCATE) in uv_pipe_connect2()
/libuv/docs/src/
H A Dpipe.rst71 ``flags`` must be zero or ``UV_PIPE_NO_TRUNCATE``. Returns ``UV_EINVAL``
81 typically between 92 and 108 bytes, unless the ``UV_PIPE_NO_TRUNCATE``
101 ``flags`` must be zero or ``UV_PIPE_NO_TRUNCATE``. Returns ``UV_EINVAL``
111 typically between 92 and 108 bytes, unless the ``UV_PIPE_NO_TRUNCATE``
/libuv/src/win/
H A Dpipe.c718 if (flags & ~UV_PIPE_NO_TRUNCATE) { in uv_pipe_bind2()
897 if (flags & ~UV_PIPE_NO_TRUNCATE) { in uv_pipe_connect2()
/libuv/include/
H A Duv.h841 UV_PIPE_NO_TRUNCATE = 1u << 0 enumerator
/libuv/
H A DChangeLog272 * win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash)
480 * unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)

Completed in 27 milliseconds