Home
last modified time | relevance | path

Searched refs:do_close (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libuv/test/
Dtest-ref.c47 static void do_close(void* handle) { in do_close() function
115 do_close(&h); in TEST_IMPL()
126 do_close(&h); in TEST_IMPL()
138 do_close(&h); in TEST_IMPL()
150 do_close(&h); in TEST_IMPL()
167 do_close(&h); in TEST_IMPL()
178 do_close(&h); in TEST_IMPL()
190 do_close(&h); in TEST_IMPL()
205 do_close(&h); in TEST_IMPL()
217 do_close(&h); in TEST_IMPL()
[all …]
Dtest-tcp-close-reset.c64 static void do_close(uv_tcp_t* handle) { in do_close() function
94 do_close(&tcp_client); in connect_cb()
132 do_close(&tcp_accepted); in read_cb()
/third_party/glib/gio/
Dglocalfileinputstream.c48 guint do_close : 1; member
91 gboolean do_close) in _g_local_file_input_stream_set_do_close() argument
93 in->priv->do_close = do_close; in _g_local_file_input_stream_set_do_close()
122 info->priv->do_close = TRUE; in g_local_file_input_stream_init()
182 if (!file->priv->do_close) in g_local_file_input_stream_close()
Dglocalfileinputstream.h56 gboolean do_close);
Dglocalfileoutputstream.c78 guint do_close : 1; member
191 stream->priv->do_close = TRUE; in g_local_file_output_stream_init()
315 gboolean do_close) in _g_local_file_output_stream_set_do_close() argument
317 out->priv->do_close = do_close; in _g_local_file_output_stream_set_do_close()
477 if (file->priv->do_close) in g_local_file_output_stream_close()
Dglocalfileoutputstream.h55 gboolean do_close);
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_client.cpp45 boost::bind(&chat_client::do_close, this)); in close()
72 do_close(); in handle_read_header()
89 do_close(); in handle_read_body()
123 do_close(); in handle_write()
127 void do_close() in do_close() function in chat_client
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_client.cpp45 boost::bind(&chat_client::do_close, this)); in close()
72 do_close(); in handle_read_header()
89 do_close(); in handle_read_body()
123 do_close(); in handle_write()
127 void do_close() in do_close() function in chat_client
/third_party/cef/libcef_dll/ctocpp/
Dlife_span_handler_ctocpp.cc129 if (CEF_MEMBER_MISSING(_struct, do_close)) in DoClose()
140 int _retval = _struct->do_close(_struct, CefBrowserCppToC::Wrap(browser)); in DoClose()
/third_party/boost/boost/iostreams/filter/
Daggregate.hpp109 virtual void do_close() { } in do_close() function in boost::iostreams::aggregate_filter
148 do_close(); in close_impl()
/third_party/cef/include/capi/
Dcef_life_span_handler_capi.h199 int(CEF_CALLBACK* do_close)(struct _cef_life_span_handler_t* self,
/third_party/libwebsockets/lib/system/ntpclient/
Dntpclient.c186 goto do_close; in callback_ntpc()
190 do_close: in callback_ntpc()
/third_party/boost/libs/beast/example/http/server/async/
Dhttp_server_async.cpp313 return do_close(); in on_read()
337 return do_close(); in on_write()
348 do_close() in do_close() function in session
/third_party/boost/libs/iostreams/example/
Dline_wrapping_filter.hpp36 void do_close() { col_no_ = 0; } in do_close() function in boost::iostreams::example::line_wrapping_stdio_filter
Dtab_expanding_filter.hpp44 void do_close() { col_no_ = 0; } in do_close() function in boost::iostreams::example::tab_expanding_stdio_filter
/third_party/boost/libs/beast/example/http/server/async-ssl/
Dhttp_server_async_ssl.cpp364 return do_close(); in on_read()
388 return do_close(); in on_write()
399 do_close() in do_close() function in session
/third_party/boost/boost/log/utility/ipc/
Dreliable_message_queue.hpp472 do_close(); in close()
744 BOOST_LOG_API void do_close() BOOST_NOEXCEPT;
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c166 bool do_close = !f; in pa_config_parse() local
219 if (do_close && f) in pa_config_parse()
/third_party/boost/libs/beast/example/advanced/server/
Dadvanced_server.cpp486 return do_close(); in on_read()
521 return do_close(); in on_write()
533 do_close() in do_close() function in http_session
/third_party/cef/libcef_dll/cpptoc/
Dlife_span_handler_cpptoc.cc218 GetStruct()->do_close = life_span_handler_do_close; in CefLifeSpanHandlerCppToC()
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1165 bool do_close = false; in perform_transport_op() local
1167 do_close = true; in perform_transport_op()
1171 do_close = true; in perform_transport_op()
1175 if (do_close) { in perform_transport_op()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c1442 bool do_close = true; in pa__init() local
1452 do_close = false; in pa__init()
1460 do_close = false; in pa__init()
1464 if (do_close) { in pa__init()
/third_party/glib/glib/
Dgiochannel.h241 gboolean do_close);
/third_party/mksh/
Dmain.c1193 bool do_close = false, is_devtty = true; in tty_init_fd() local
1209 do_close = true; in tty_init_fd()
1244 if (do_close) in tty_init_fd()
Dexec.c1417 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
1487 do_close = true; in iosetup()
1553 if (do_close) in iosetup()

12