Home
last modified time | relevance | path

Searched defs:client_socket (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/asio/test/
Dbuffered_read_stream.cpp154 stream_type client_socket(io_context); in test_sync_operations() local
265 stream_type client_socket(io_context); in test_async_operations() local
Dbuffered_write_stream.cpp154 stream_type client_socket(io_context); in test_sync_operations() local
272 stream_type client_socket(io_context); in test_async_operations() local
Dbuffered_stream.cpp165 stream_type client_socket(io_context); in test_sync_operations() local
283 stream_type client_socket(io_context); in test_async_operations() local
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpserversrc.h63 GSocket *client_socket; member
Dgsttcpserversink.c157 GSocket *client_socket; in gst_tcp_server_sink_handle_server_read() local
/third_party/boost/doc/html/boost_asio/example/cpp03/invocation/
Dprioritised_handlers.cpp152 tcp::socket client_socket(io_context); in main() local
/third_party/boost/libs/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp152 tcp::socket client_socket(io_context); in main() local
/third_party/boost/libs/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp183 tcp::socket client_socket(io_context); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/invocation/
Dprioritised_handlers.cpp183 tcp::socket client_socket(io_context); in main() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1237 MHD_socket client_socket, in internal_add_connection()
1877 MHD_socket client_socket, in MHD_add_connection()
/third_party/node/test/cctest/
Dtest_inspector_socket.cc190 static uv_tcp_t server, client_socket; variable