Home
last modified time | relevance | path

Searched defs:cmsg_space (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/libc-test/src/
Dcmsg.c17 size_t cmsg_space(size_t length) { in cmsg_space() function
/third_party/rust/crates/libc/libc-test/test/
Dcmsg.rs17 pub fn cmsg_space(length: c_uint) -> usize; in cmsg_space() function
/third_party/node/deps/uv/src/unix/
Dstream.c1082 char cmsg_space[CMSG_SPACE(UV__CMSG_FD_SIZE)]; in uv__read() local