Home
last modified time | relevance | path

Searched refs:close_socket (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/beast/test/beast/core/
Dstream_traits.cpp301 close_socket(get_lowest_layer(sock)); in testClose()
317 close_socket(get_lowest_layer(layer)); in testClose()
322 close_socket(ts); in testClose()
332 close_socket(get_lowest_layer(stream)); in hello_and_close()
360 close_socket(s); in testCloseJavadoc()
Dclose_socket.cpp36 BEAST_DEFINE_TESTSUITE(beast,core,close_socket);
Dbasic_stream.cpp1168 beast::close_socket(s); in testMembers()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstdynudpsink.c159 sink->close_socket = UDP_DEFAULT_CLOSE_SOCKET; in gst_dynudpsink_init()
294 udpsink->close_socket) { in gst_dynudpsink_set_property()
311 && udpsink->close_socket) { in gst_dynudpsink_set_property()
326 udpsink->close_socket = g_value_get_boolean (value); in gst_dynudpsink_set_property()
357 g_value_set_boolean (value, udpsink->close_socket); in gst_dynudpsink_get_property()
546 if (udpsink->close_socket || !udpsink->external_socket) { in gst_dynudpsink_stop()
560 if (udpsink->close_socket || !udpsink->external_socket) { in gst_dynudpsink_stop()
Dgstdynudpsink.h48 gboolean close_socket; member
Dgstudpsrc.h81 gboolean close_socket; member
Dgstmultiudpsink.h89 gboolean close_socket; member
Dgstmultiudpsink.c412 sink->close_socket = DEFAULT_CLOSE_SOCKET; in gst_multiudpsink_init()
1019 udpsink->close_socket) { in gst_multiudpsink_set_property()
1036 && udpsink->close_socket) { in gst_multiudpsink_set_property()
1051 udpsink->close_socket = g_value_get_boolean (value); in gst_multiudpsink_set_property()
1125 g_value_set_boolean (value, udpsink->close_socket); in gst_multiudpsink_get_property()
1474 if (udpsink->close_socket || !udpsink->external_socket) { in gst_multiudpsink_stop()
1488 if (udpsink->close_socket || !udpsink->external_socket) { in gst_multiudpsink_stop()
Dgstudpsrc.c816 udpsrc->close_socket = UDP_DEFAULT_CLOSE_SOCKET; in gst_udpsrc_init()
1336 udpsrc->close_socket) { in gst_udpsrc_set_property()
1357 udpsrc->close_socket = g_value_get_boolean (value); in gst_udpsrc_set_property()
1420 g_value_set_boolean (value, udpsrc->close_socket); in gst_udpsrc_get_property()
1890 if (src->close_socket || !src->external_socket) { in gst_udpsrc_close()
/third_party/libuv/test/
Dtest-tcp-write-fail.c39 static void close_socket(uv_tcp_t* sock) { in close_socket() function
83 close_socket((uv_tcp_t*)stream); in connect_cb()
Dtest-udp-open.c72 static void close_socket(uv_os_sock_t sock) { in close_socket() function
213 close_socket(sock2); in TEST_IMPL()
Dtest-poll.c130 static void close_socket(uv_os_sock_t sock) { in close_socket() function
423 close_socket(context->sock);
516 close_socket(server_context->sock);
Dtest-tcp-open.c77 static void close_socket(uv_os_sock_t sock) { in close_socket() function
302 close_socket(sock2); in TEST_IMPL()
/third_party/boost/libs/beast/include/boost/beast/core/
Dstream_traits.hpp536 close_socket(Socket& sock);
538 BOOST_BEAST_INLINE_VARIABLE(close_socket, detail::close_socket_impl)
/third_party/boost/boost/beast/core/
Dstream_traits.hpp536 close_socket(Socket& sock);
538 BOOST_BEAST_INLINE_VARIABLE(close_socket, detail::close_socket_impl)
/third_party/boost/libs/beast/doc/qbk/03_core/
D4__layers.qbk67 [link beast.ref.boost__beast__close_socket `close_socket`]
/third_party/libsoup/tests/
Dconnection-test.c21 close_socket (SoupMessage *msg, gpointer user_data) in close_socket() function
143 G_CALLBACK (close_socket), sock); in server_callback()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dstream_impl.hpp218 close_socket(get_lowest_layer(stream())); in time_out()
/third_party/boost/boost/beast/websocket/impl/
Dstream_impl.hpp218 close_socket(get_lowest_layer(stream())); in time_out()
/third_party/boost/libs/beast/
DCHANGELOG.md787 * Fix close_socket for net::basic_socket changes
1017 * close_socket is in stream_traits.hpp
1068 * Add close_socket, beast_close_socket customization
/third_party/boost/libs/beast/doc/qbk/
Drelease_notes.qbk442 * `close_socket`,
Dreference.qbk41580 …r closing the socket (perhaps by using [link beast.ref.boost__beast__close_socket `close_socket`]).
41609 [link beast.ref.boost__beast__close_socket `close_socket`], [link beast.ref.boost__beast__lowest_la…
41632 … automatically when using [link beast.ref.boost__beast__close_socket `close_socket`]. To enable cl…
41635 [link beast.ref.boost__beast__close_socket `close_socket`]
41640 [section:boost__beast__close_socket close_socket]
41641 [indexterm1 close_socket]
41652 close_socket(
41669 close_socket(get_lowest_layer(stream));