Searched refs:UV_PIPE_NO_TRUNCATE (Results 1 – 6 of 6) sorted by relevance
/libuv/test/ |
H A D | test-pipe-bind-error.c | 187 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 D | pipe.c | 73 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 D | pipe.rst | 71 ``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 D | pipe.c | 718 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 D | uv.h | 841 UV_PIPE_NO_TRUNCATE = 1u << 0 enumerator
|
/libuv/ |
H A D | ChangeLog | 272 * 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