HomeSort by: relevance | last modified time | path
    Searched refs:uv_socketpair (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-ping-pong.c 318 ASSERT_OK(uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE));
  /src/external/mit/libuv/dist/src/unix/
tcp.c 630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { function
process.c 207 ret = uv_socketpair(SOCK_STREAM, 0, fds, 0, 0);
  /src/external/mit/libuv/dist/include/
uv.h 516 UV_EXTERN int uv_socketpair(int type,
  /src/external/mit/libuv/dist/src/win/
tcp.c 1567 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { function

Completed in 24 milliseconds