Searched refs:uv__stream_open (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | pipe.c | 187 return uv__stream_open((uv_stream_t*)handle, fd, flags); in uv_pipe_open() 234 err = uv__stream_open((uv_stream_t*)handle, in uv_pipe_connect()
|
H A D | tcp.c | 42 err = uv__stream_open((uv_stream_t*) handle, sockfd, flags); in new_socket() 281 return uv__stream_open((uv_stream_t*)handle, in uv_tcp_open()
|
H A D | internal.h | 233 int uv__stream_open(uv_stream_t*, int fd, int flags);
|
H A D | tty.c | 238 uv__stream_open((uv_stream_t*) tty, fd, flags); in uv_tty_init()
|
H A D | stream.c | 393 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open() function 579 err = uv__stream_open(client, in uv_accept()
|
H A D | process.c | 223 return uv__stream_open(container->data.stream, pipefds[0], flags); in uv__process_open_stream()
|
/third_party/libuv/src/unix/ |
H A D | pipe.c | 221 return uv__stream_open((uv_stream_t*)handle, fd, flags); in uv_pipe_open() 318 err = uv__stream_open((uv_stream_t*)handle, in uv_pipe_connect2()
|
H A D | tcp.c | 72 err = uv__stream_open((uv_stream_t*) handle, sockfd, flags); in new_socket() 356 return uv__stream_open((uv_stream_t*)handle, in uv_tcp_open()
|
H A D | tty.c | 238 uv__stream_open((uv_stream_t*) tty, fd, flags); in uv_tty_init()
|
H A D | internal.h | 283 int uv__stream_open(uv_stream_t*, int fd, int flags);
|
H A D | stream.c | 403 int uv__stream_open(uv_stream_t* stream, int fd, int flags) { in uv__stream_open() function 547 err = uv__stream_open(client, in uv_accept()
|
H A D | process.c | 249 return uv__stream_open(container->data.stream, pipefds[0], flags); in uv__process_open_stream()
|
Completed in 11 milliseconds