Home
last modified time | relevance | path

Searched defs:tcp (Results 1 - 25 of 52) sorted by relevance

123

/third_party/libuv/test/
H A Dtest-socket-buffer-size.c30 static uv_tcp_t tcp; variable
H A Dtest-handle-fileno.c51 uv_tcp_t tcp; in TEST_IMPL() local
H A Dtest-multiple-listen.c40 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-tcp-try-write-error.c62 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-connection-fail.c29 static uv_tcp_t tcp; variable
H A Dtest-tcp-rst.c25 static uv_tcp_t tcp; variable
H A Dtest-tcp-bind-error.c302 uv_tcp_t tcp; in TEST_IMPL() local
H A Dtest-tcp-alloc-cb-fail.c77 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-delayed-accept.c78 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
118 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-shutdown-simultaneous.c27 static uv_tcp_t tcp; variable
[all...]
H A Dtest-tcp-write-in-a-row.c93 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) {} in read_cb() argument
95 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-tcp-write-queue-order.c86 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-tcp-try-write.c78 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
89 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
H A Dtest-callback-stack.c70 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dbenchmark-ping-pongs.c35 uv_tcp_t tcp; member
56 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument
124 static void pinger_read_cb(uv_stream_t* tcp, in pinger_read_cb() argument
[all...]
H A Dbenchmark-ping-udp.c52 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument
H A Dtest-shutdown-eof.c28 static uv_tcp_t tcp; variable
[all...]
H A Dtest-tcp-writealot.c66 uv_tcp_t* tcp; in shutdown_cb() local
84 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-open.c113 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
127 static void read1_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read1_cb() argument
H A Dtest-ipc-send-recv.c39 uv_tcp_t tcp; member
H A Dbenchmark-multi-accept.c30 uv_tcp_t tcp; member
H A Dtest-getsockname.c38 static uv_tcp_t tcp; variable
/third_party/ffmpeg/libavformat/
H A Dtls.h42 URLContext *tcp; member
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp45 bool tcp = false; in HWTEST_F() local
/third_party/libuv/src/unix/
H A Dtcp.c113 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex() argument
146 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) { in uv_tcp_init() argument
151 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() argument
415 uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) uv__tcp_listen() argument
[all...]

Completed in 10 milliseconds

123