OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_tcp_open
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tcp-open.c
250
r =
uv_tcp_open
(&client, sock);
264
r =
uv_tcp_open
(&client2, sock);
297
r =
uv_tcp_open
(&client, sock1);
300
r =
uv_tcp_open
(&client, sock2);
326
ASSERT_OK(
uv_tcp_open
(&server, sock));
350
ASSERT_OK(
uv_tcp_open
(&client, sock));
388
r =
uv_tcp_open
(&client, sock);
test-ping-pong.c
327
ASSERT_OK(
uv_tcp_open
(&pinger->stream.tcp, fds[1]));
333
ASSERT_OK(
uv_tcp_open
(ponger, fds[0]));
test-spawn.c
674
r =
uv_tcp_open
(&tcp, handle);
/src/external/mpl/bind/dist/tests/isc/
uv_wrap.h
185
return
uv_tcp_open
(handle, sock);
284
#define
uv_tcp_open
(...) __wrap_uv_tcp_open(__VA_ARGS__)
macro
/src/external/mit/libuv/dist/src/unix/
tcp.c
352
int
uv_tcp_open
(uv_tcp_t* handle, uv_os_sock_t sock) {
function
/src/external/mpl/bind/dist/lib/isc/netmgr/
tcp.c
107
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
347
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
/src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
tcp.c
146
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
551
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
tcpdns.c
112
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
517
r =
uv_tcp_open
(&sock->uv_handle.tcp, sock->fd);
/src/external/mit/libuv/dist/include/
uv.h
602
UV_EXTERN int
uv_tcp_open
(uv_tcp_t* handle, uv_os_sock_t sock);
/src/external/mit/libuv/dist/src/win/
tcp.c
1489
int
uv_tcp_open
(uv_tcp_t* handle, uv_os_sock_t sock) {
function
Completed in 24 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026