| /third_party/libuv/test/ |
| H A D | test-socket-buffer-size.c | 30 static uv_tcp_t tcp; variable
|
| H A D | test-handle-fileno.c | 51 uv_tcp_t tcp; in TEST_IMPL() local
|
| H A D | test-multiple-listen.c | 40 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
|
| H A D | test-tcp-try-write-error.c | 62 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
|
| H A D | test-connection-fail.c | 29 static uv_tcp_t tcp; variable
|
| H A D | test-tcp-rst.c | 25 static uv_tcp_t tcp; variable
|
| H A D | test-tcp-bind-error.c | 302 uv_tcp_t tcp; in TEST_IMPL() local
|
| H A D | test-tcp-alloc-cb-fail.c | 77 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
|
| H A D | test-delayed-accept.c | 78 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 D | test-shutdown-simultaneous.c | 27 static uv_tcp_t tcp; variable [all...] |
| H A D | test-tcp-write-in-a-row.c | 93 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 D | test-tcp-write-queue-order.c | 86 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() argument
|
| H A D | test-tcp-try-write.c | 78 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 D | test-callback-stack.c | 70 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
|
| H A D | benchmark-ping-pongs.c | 35 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 D | benchmark-ping-udp.c | 52 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument
|
| H A D | test-shutdown-eof.c | 28 static uv_tcp_t tcp; variable [all...] |
| H A D | test-tcp-writealot.c | 66 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 D | test-tcp-open.c | 113 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 D | test-ipc-send-recv.c | 39 uv_tcp_t tcp; member
|
| H A D | benchmark-multi-accept.c | 30 uv_tcp_t tcp; member
|
| H A D | test-getsockname.c | 38 static uv_tcp_t tcp; variable
|
| /third_party/ffmpeg/libavformat/ |
| H A D | tls.h | 42 URLContext *tcp; member
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| H A D | netdb_test.cpp | 45 bool tcp = false; in HWTEST_F() local
|
| /third_party/libuv/src/unix/ |
| H A D | tcp.c | 113 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...] |