OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:send_fds
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-pipe-sendmsg.c
111
int
send_fds
[ARRAY_SIZE(incoming)];
local
119
for (i = 0; i < ARRAY_SIZE(
send_fds
); i += 2)
120
ASSERT_OK(socketpair(AF_UNIX, SOCK_STREAM, 0,
send_fds
+ i));
121
ASSERT_EQ(i, ARRAY_SIZE(
send_fds
));
132
msg.msg_controllen = CMSG_LEN(sizeof(
send_fds
));
144
for (i = 0; i < ARRAY_SIZE(
send_fds
); i++)
145
pi[i] =
send_fds
[i];
Completed in 172 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026