Home
last modified time | relevance | path

Searched defs:tcp (Results 26 - 50 of 64) sorted by relevance

123

/third_party/libuv/test/
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
H A Dtest-ping-pong.c47 uv_tcp_t tcp; member
[all...]
H A Dtest-ipc.c337 static void on_tcp_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in on_tcp_read() argument
570 static void on_tcp_child_process_read(uv_stream_t* tcp, in on_tcp_child_process_read() argument
H A Dbenchmark-pump.c246 uv_tcp_t* tcp; in maybe_connect_some() local
H A Dtest-spawn.c132 static void on_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in on_read() argument
142 static void on_read_once(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in on_read_once() argument
662 uv_tcp_t tcp; in spawn_tcp_server_helper() local
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp45 bool tcp = false; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp840 const SocketInterface *tcp = GetTcpProtocol(); in HWTEST_F() local
875 const SocketInterface *tcp = GetTcpProtocol(); in HWTEST_F() local
909 const SocketInterface *tcp = GetTcpProtocol(); in HWTEST_F() local
940 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
976 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1016 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1302 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1328 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1351 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1391 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1417 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1441 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1470 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1495 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1524 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1570 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1594 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1692 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
1727 const SocketInterface *tcp = GetTcpProtocol(); HWTEST_F() local
[all...]
/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...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c78 struct gl_program *tcp = ctx->TessCtrlProgram._Current; in st_get_active_states() local
/third_party/node/deps/uv/src/unix/
H A Dtcp.c114 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex() argument
143 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) { in uv_tcp_init() argument
148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() argument
340 uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) uv__tcp_listen() argument
[all...]
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp114 TestConfigParser tcp; in SetUpTestCase() local
/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp355 TaskHandle tcp = test.CreateConnect(TCP_SERVER.c_str(), TASK_TCP); in HWTEST_F() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c345 nvc0_tcp_gen_header(struct nvc0_program *tcp, struct nv50_ir_prog_info_out *info) in nvc0_tcp_gen_header() argument
/third_party/libuv/src/win/
H A Dtcp.c1268 uv__tcp_xfer_import(uv_tcp_t* tcp, uv__ipc_socket_xfer_type_t xfer_type, uv__ipc_socket_xfer_info_t* xfer_info) uv__tcp_xfer_import() argument
1379 uv__tcp_try_cancel_reqs(uv_tcp_t* tcp) uv__tcp_try_cancel_reqs() argument
1431 uv__tcp_close(uv_loop_t* loop, uv_tcp_t* tcp) uv__tcp_close() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_process.c616 process_answer(ares_channel_t *channel, const unsigned char *abuf, size_t alen, struct server_connection *conn, ares_bool_t tcp, struct timeval *now) process_answer() argument
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c106 u8_t tcp; member
[all...]
/third_party/lwip/src/include/lwip/
H A Dapi.h226 struct tcp_pcb *tcp; member
/third_party/lwip/src/netif/ppp/
H A Dipv6cp.c1514 u_char *tcp; in ipv6_active_pkt() local
/third_party/node/deps/uv/src/win/
H A Dtcp.c1299 uv__tcp_xfer_import(uv_tcp_t* tcp, uv__ipc_socket_xfer_type_t xfer_type, uv__ipc_socket_xfer_info_t* xfer_info) uv__tcp_xfer_import() argument
1411 uv__tcp_try_cancel_reqs(uv_tcp_t* tcp) uv__tcp_try_cancel_reqs() argument
1463 uv__tcp_close(uv_loop_t* loop, uv_tcp_t* tcp) uv__tcp_close() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp2155 const SocketInterface *tcp = GetTcpProtocol(); in HWTEST_F() local
/third_party/node/src/
H A Dinspector_socket.cc30 uv_tcp_t* tcp() { in tcp() function in node::inspector::TcpHolder
373 WsHandler(InspectorSocket* inspector, TcpHolder::Pointer tcp) in WsHandler() argument
485 explicit HttpHandler(InspectorSocket* inspector, TcpHolder::Pointer tcp) in HttpHandler() argument
701 uv_stream_t* tcp in Accept() local
653 ProtocolHandler(InspectorSocket* inspector, TcpHolder::Pointer tcp) ProtocolHandler() argument
746 OnDataReceivedCb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) OnDataReceivedCb() argument
788 auto tcp = TcpHolder::Accept(server, std::move(delegate)); Accept() local
[all...]

Completed in 51 milliseconds

123