Home
last modified time | relevance | path

Searched refs:uv__stream_recv_cmsg (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dstream.c980 static int uv__stream_recv_cmsg(uv_stream_t* stream, struct msghdr* msg) { in uv__stream_recv_cmsg() function
1113 err = uv__stream_recv_cmsg(stream, &msg); in uv__read()
1133 err = uv__stream_recv_cmsg(stream, &msg); in uv__read()
/third_party/node/deps/uv/src/unix/
H A Dstream.c1022 static int uv__stream_recv_cmsg(uv_stream_t* stream, struct msghdr* msg) { in uv__stream_recv_cmsg() function
1171 err = uv__stream_recv_cmsg(stream, &msg); in uv__read()
1191 err = uv__stream_recv_cmsg(stream, &msg); in uv__read()

Completed in 4 milliseconds