/third_party/libuv/test/ |
D | test-ref.c | 47 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 …]
|
D | test-tcp-close-reset.c | 64 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/ |
D | glocalfileinputstream.c | 48 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()
|
D | glocalfileinputstream.h | 56 gboolean do_close);
|
D | glocalfileoutputstream.c | 78 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()
|
D | glocalfileoutputstream.h | 55 gboolean do_close);
|
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/ |
D | chat_client.cpp | 45 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/ |
D | chat_client.cpp | 45 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/ |
D | life_span_handler_ctocpp.cc | 129 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/ |
D | aggregate.hpp | 109 virtual void do_close() { } in do_close() function in boost::iostreams::aggregate_filter 148 do_close(); in close_impl()
|
/third_party/cef/include/capi/ |
D | cef_life_span_handler_capi.h | 199 int(CEF_CALLBACK* do_close)(struct _cef_life_span_handler_t* self,
|
/third_party/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 186 goto do_close; in callback_ntpc() 190 do_close: in callback_ntpc()
|
/third_party/boost/libs/beast/example/http/server/async/ |
D | http_server_async.cpp | 313 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/ |
D | line_wrapping_filter.hpp | 36 void do_close() { col_no_ = 0; } in do_close() function in boost::iostreams::example::line_wrapping_stdio_filter
|
D | tab_expanding_filter.hpp | 44 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/ |
D | http_server_async_ssl.cpp | 364 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/ |
D | reliable_message_queue.hpp | 472 do_close(); in close() 744 BOOST_LOG_API void do_close() BOOST_NOEXCEPT;
|
/third_party/pulseaudio/src/pulsecore/ |
D | conf-parser.c | 166 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/ |
D | advanced_server.cpp | 486 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/ |
D | life_span_handler_cpptoc.cc | 218 GetStruct()->do_close = life_span_handler_do_close; in CefLifeSpanHandlerCppToC()
|
/third_party/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1165 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/ |
D | module-oss.c | 1442 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/ |
D | giochannel.h | 241 gboolean do_close);
|
/third_party/mksh/ |
D | main.c | 1193 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()
|
D | exec.c | 1417 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()
|