Searched refs:uv__tcp_bind (Results 1 - 8 of 8) sorted by relevance
/third_party/libuv/src/ |
H A D | uv-common.h | 151 int uv__tcp_bind(uv_tcp_t* tcp,
|
H A D | uv-common.c | 342 return uv__tcp_bind(handle, addr, addrlen, flags); in uv_tcp_bind()
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.h | 147 int uv__tcp_bind(uv_tcp_t* tcp,
|
H A D | uv-common.c | 308 return uv__tcp_bind(handle, addr, addrlen, flags); in uv_tcp_bind()
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 151 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() function
|
/third_party/libuv/src/win/ |
H A D | tcp.c | 1523 int uv__tcp_bind(uv_tcp_t* handle, in uv__tcp_bind() function
|
/third_party/node/deps/uv/src/win/ |
H A D | tcp.c | 1555 int uv__tcp_bind(uv_tcp_t* handle, in uv__tcp_bind() function
|
Completed in 10 milliseconds