Searched refs:uv_pipe_getsockname (Results 1 – 8 of 8) sorted by relevance
/third_party/libuv/test/ |
D | test-pipe-getsockname.c | 70 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/ |
D | pipe.c | 284 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/ |
D | node_report_utils.cc | 93 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/ |
D | pipe.rst | 70 .. c:function:: int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size)
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 789 UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle,
|
/third_party/libuv/include/ |
D | uv.h | 802 UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle,
|
/third_party/libuv/src/win/ |
D | pipe.c | 2479 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() function
|
/third_party/libuv/ |
D | ChangeLog | 4342 * unix, windows: add uv_pipe_getsockname (Saúl Ibarra Corretgé)
|