Home
last modified time | relevance | path

Searched defs:tcp (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/grpc/src/core/lib/iomgr/
Dtcp_custom.cc76 custom_tcp_endpoint* tcp = in tcp_free() local
88 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
89 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
90 static void tcp_unref(custom_tcp_endpoint* tcp, const char* reason, in tcp_unref()
103 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref()
114 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
115 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
116 static void tcp_unref(custom_tcp_endpoint* tcp) { in tcp_unref()
122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
125 static void call_read_cb(custom_tcp_endpoint* tcp, grpc_error* error) { in call_read_cb()
[all …]
Dtcp_windows.cc132 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
142 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), __FILE__, __LINE__) argument
143 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) argument
144 static void tcp_unref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_unref()
157 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref()
168 #define TCP_UNREF(tcp, reason) tcp_unref((tcp)) argument
169 #define TCP_REF(tcp, reason) tcp_ref((tcp)) argument
170 static void tcp_unref(grpc_tcp* tcp) { in tcp_unref()
176 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
181 grpc_tcp* tcp = (grpc_tcp*)tcpp; in on_read() local
[all …]
Dtcp_posix.cc510 static void cover_self(grpc_tcp* tcp) { in cover_self()
546 static void notify_on_read(grpc_tcp* tcp) { in notify_on_read()
553 static void notify_on_write(grpc_tcp* tcp) { in notify_on_write()
571 static void add_to_estimate(grpc_tcp* tcp, size_t bytes) { in add_to_estimate()
575 static void finish_estimate(grpc_tcp* tcp) { in finish_estimate()
589 static size_t get_target_read_size(grpc_tcp* tcp) { in get_target_read_size()
607 static grpc_error* tcp_annotate_error(grpc_error* src_error, grpc_tcp* tcp) { in tcp_annotate_error()
622 grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep); in tcp_shutdown() local
628 static void tcp_free(grpc_tcp* tcp) { in tcp_free()
645 #define TCP_UNREF(tcp, reason) tcp_unref((tcp), (reason), DEBUG_LOCATION) argument
[all …]
/third_party/boost/boost/beast/_experimental/test/
Dtcp.hpp29 net::basic_stream_socket<net::ip::tcp, Executor>& s1, in connect()
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dtcp.hpp29 net::basic_stream_socket<net::ip::tcp, Executor>& s1, in connect()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs_surface_state.c44 struct brw_program *tcp = in brw_upload_tcs_pull_constants() local
98 const struct gl_program *tcp = brw->programs[MESA_SHADER_TESS_CTRL]; in brw_upload_tcs_image_surfaces() local
Dbrw_tcs.c38 brw_codegen_tcs_prog(struct brw_context *brw, struct brw_program *tcp, in brw_codegen_tcs_prog()
166 struct brw_program *tcp = in brw_tcs_populate_key() local
208 struct brw_program *tcp = in brw_upload_tcs_prog() local
Dbrw_tes.c126 struct brw_program *tcp = in brw_tes_populate_key() local
203 struct gl_program *tcp = in brw_tes_populate_default_key() local
/third_party/boost/boost/asio/ip/
Dtcp.hpp46 class tcp class
143 explicit tcp(int protocol_family) BOOST_ASIO_NOEXCEPT in tcp() function in boost::asio::ip::tcp
/third_party/boost/libs/asio/include/boost/asio/ip/
Dtcp.hpp46 class tcp class
143 explicit tcp(int protocol_family) BOOST_ASIO_NOEXCEPT in tcp() function in boost::asio::ip::tcp
/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dnet.hpp16 using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp> typedef
/third_party/libuv/test/
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()
124 static void pinger_read_cb(uv_stream_t* tcp, in pinger_read_cb()
Dtest-tcp-try-write.c78 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb()
89 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb()
Dtest-delayed-accept.c78 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb()
118 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb()
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()
Dtest-socket-buffer-size.c30 static uv_tcp_t tcp; variable
Dtest-handle-fileno.c51 uv_tcp_t tcp; in TEST_IMPL() local
/third_party/libuv/docs/src/
Dtcp.rst2 .. _tcp: target
/third_party/libuv/src/unix/
Dtcp.c114 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex()
143 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) { in uv_tcp_init()
148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind()
331 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
/third_party/boost/libs/beast/test/beast/core/
Dtcp_stream.cpp22 using tcp = net::ip::tcp; typedef in boost::beast::tcp_stream_test
/third_party/node/test/parallel/
Dtest-net-connect-buffer.js27 const tcp = net.Server(common.mustCall((s) => { constant
Dtest-net-bytes-stats.js31 const tcp = net.Server(function(s) { constant
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server4/
Dserver.hpp43 typedef boost::asio::ip::tcp tcp; typedef in http::server4::server
/third_party/boost/libs/asio/example/cpp03/http/server4/
Dserver.hpp43 typedef boost::asio::ip::tcp tcp; typedef in http::server4::server
/third_party/boost/libs/beast/example/websocket/client/sync/
Dwebsocket_client_sync.cpp30 using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp> typedef

123456