OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_pipe_getpeername
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-pipe-getsockname.c
58
r =
uv_pipe_getpeername
(&pipe_client, buf, &len);
100
ASSERT_EQ(UV_ENOBUFS,
uv_pipe_getpeername
(&pipe_client, buf, &len));
102
ASSERT_OK(
uv_pipe_getpeername
(&pipe_client, buf, &len));
147
r =
uv_pipe_getpeername
(&pipe_server, buf, &len);
177
r =
uv_pipe_getpeername
(&pipe_server, buf, &len);
191
r =
uv_pipe_getpeername
(&pipe_client, buf, &len);
208
r =
uv_pipe_getpeername
(&pipe_client, buf, &len);
/src/external/mit/libuv/dist/src/unix/
pipe.c
412
int
uv_pipe_getpeername
(const uv_pipe_t* handle, char* buffer, size_t* size) {
function
/src/external/mit/libuv/dist/include/
uv.h
889
UV_EXTERN int
uv_pipe_getpeername
(const uv_pipe_t* handle,
/src/external/mit/libuv/dist/src/win/
pipe.c
2621
int
uv_pipe_getpeername
(const uv_pipe_t* handle, char* buffer, size_t* size) {
function
Completed in 52 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026