Home
last modified time | relevance | path

Searched refs:UV_PIPE_NO_TRUNCATE (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/test/
H A Dtest-pipe-bind-error.c176 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)); in TEST_IMPL()
182 UV_PIPE_NO_TRUNCATE, in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dpipe.c73 if (flags & ~UV_PIPE_NO_TRUNCATE) in uv_pipe_bind2()
85 if (flags & UV_PIPE_NO_TRUNCATE) in uv_pipe_bind2()
260 if (flags & ~UV_PIPE_NO_TRUNCATE) in uv_pipe_connect2()
272 if (flags & UV_PIPE_NO_TRUNCATE) in uv_pipe_connect2()
/third_party/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()
/third_party/libuv/include/
H A Duv.h827 UV_PIPE_NO_TRUNCATE = 1u << 0 enumerator

Completed in 8 milliseconds