HomeSort by: relevance | last modified time | path
    Searched refs:UV_PIPE_NO_TRUNCATE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-pipe-bind-error.c 187 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE));
194 uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE));
200 UV_PIPE_NO_TRUNCATE,
  /src/external/mit/libuv/dist/src/unix/
pipe.c 75 if (flags & ~UV_PIPE_NO_TRUNCATE)
92 if (flags & UV_PIPE_NO_TRUNCATE)
267 if (flags & ~UV_PIPE_NO_TRUNCATE)
279 if (flags & UV_PIPE_NO_TRUNCATE)
  /src/external/mit/libuv/dist/src/win/
pipe.c 718 if (flags & ~UV_PIPE_NO_TRUNCATE) {
897 if (flags & ~UV_PIPE_NO_TRUNCATE) {
  /src/external/mit/libuv/dist/include/
uv.h 853 UV_PIPE_NO_TRUNCATE = 1u << 0

Completed in 27 milliseconds