Home
last modified time | relevance | path

Searched refs:uv_pipe_getsockname (Results 1 – 8 of 8) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-getsockname.c70 r = uv_pipe_getsockname(&pipe_client, buf, &len); in pipe_client_connect_cb()
105 r = uv_pipe_getsockname(&pipe_server, buf, &len); in TEST_IMPL()
116 r = uv_pipe_getsockname(&pipe_server, buf, &len); in TEST_IMPL()
134 r = uv_pipe_getsockname(&pipe_client, buf, &len); in TEST_IMPL()
144 r = uv_pipe_getsockname(&pipe_client, buf, &len); in TEST_IMPL()
191 r = uv_pipe_getsockname(&pipe_server, buf, &len); in TEST_IMPL()
237 r = uv_pipe_getsockname(&pipe_client, buf1, &len1); in TEST_IMPL()
248 r = uv_pipe_getsockname(&pipe_client, buf2, &len2); in TEST_IMPL()
/third_party/libuv/src/unix/
Dpipe.c284 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() function
343 r = uv_pipe_getsockname(handle, NULL, &name_len); in uv_pipe_chmod()
351 r = uv_pipe_getsockname(handle, name_buffer, &name_len); in uv_pipe_chmod()
/third_party/node/src/
Dnode_report_utils.cc93 rc = uv_pipe_getsockname(&handle->pipe, buffer.data, &buffer_size); in ReportPipeEndpoints()
97 rc = uv_pipe_getsockname(&handle->pipe, buffer.data, &buffer_size); in ReportPipeEndpoints()
/third_party/libuv/docs/src/
Dpipe.rst70 .. c:function:: int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size)
/third_party/libuv/include/uv_ndk/
Duv.h789 UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle,
/third_party/libuv/include/
Duv.h802 UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle,
/third_party/libuv/src/win/
Dpipe.c2479 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() function
/third_party/libuv/
DChangeLog4342 * unix, windows: add uv_pipe_getsockname (Saúl Ibarra Corretgé)