| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| D | callbacks.rs | 39 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in raw_verify() 70 + 'static in raw_client_psk() 109 + 'static in raw_server_psk() 143 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in ssl_raw_verify() 163 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in raw_sni() 189 F: for<'a> Fn(&mut SslRef, &'a [u8]) -> Result<&'a [u8], AlpnError> + 'static + Sync + Send, in raw_alpn_select() 216 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh() 244 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh() 271 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh_ssl() 299 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh_ssl() [all …]
|
| D | mod.rs | 740 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in set_verify_callback() 759 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in set_servername_callback() 850 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in set_tmp_dh_callback() 881 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in set_tmp_ecdh_callback() 1254 F: for<'a> Fn(&mut SslRef, &'a [u8]) -> Result<&'a [u8], AlpnError> + 'static + Sync + Send, in set_alpn_select_callback() 1317 F: Fn(&mut SslRef) -> Result<bool, ErrorStack> + 'static + Sync + Send, in set_status_callback() 1339 + 'static in set_psk_client_callback() 1354 + 'static in set_psk_callback() 1371 + 'static in set_psk_server_callback() 1397 F: Fn(&mut SslRef, SslSession) + 'static + Sync + Send, in set_new_session_callback() [all …]
|
| D | bio.rs | 60 pub unsafe fn take_panic<S>(bio: *mut BIO) -> Option<Box<dyn Any + Send>> { in take_panic()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | macros.rs | 158 unsafe impl Send for $owned{} impl 159 unsafe impl Send for $borrowed{} impl 265 unsafe impl<T> Send for $owned<T>{} impl 266 unsafe impl<T> Send for $borrowed<T>{} impl
|
| /third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/ |
| D | basic_message_channel.h | 49 void Send(const T& message) { in Send() function 56 void Send(const T& message, BinaryReply reply) { in Send() function
|
| /third_party/rust/crates/proc-macro2/tests/ui/ |
| D | test-not-send.rs | 4 fn requires_send<T: Send>() {} in main()
|
| /third_party/rust/crates/cxx/tests/ |
| D | cxx_string.rs | 13 fn assert_send(_: impl Send) {} in test_async_cxx_string()
|
| /third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
| D | plugin_registrar.cc | 89 void BinaryMessengerImpl::Send(const std::string& channel, in Send() function in flutter::BinaryMessengerImpl 96 void BinaryMessengerImpl::Send(const std::string& channel, in Send() function in flutter::BinaryMessengerImpl
|
| /third_party/rust/crates/cxx/tests/ui/ |
| D | opaque_autotraits.rs | 8 fn assert_send<T: Send>() {} in assert_send()
|
| D | vector_autotraits.rs | 16 fn assert_send<T: Send>() {} in assert_send()
|
| /third_party/node/src/ |
| D | cares_wrap.cc | 830 int AnyTraits::Send(QueryWrap<AnyTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::AnyTraits 835 int ATraits::Send(QueryWrap<ATraits>* wrap, const char* name) { in Send() function in node::cares_wrap::ATraits 840 int AaaaTraits::Send(QueryWrap<AaaaTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::AaaaTraits 845 int CaaTraits::Send(QueryWrap<CaaTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::CaaTraits 850 int CnameTraits::Send(QueryWrap<CnameTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::CnameTraits 855 int MxTraits::Send(QueryWrap<MxTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::MxTraits 860 int NsTraits::Send(QueryWrap<NsTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::NsTraits 865 int TxtTraits::Send(QueryWrap<TxtTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::TxtTraits 870 int SrvTraits::Send(QueryWrap<SrvTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::SrvTraits 875 int PtrTraits::Send(QueryWrap<PtrTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::PtrTraits [all …]
|
| D | js_udp_wrap.cc | 86 ssize_t JSUDPWrap::Send(uv_buf_t* bufs, in Send() function in node::JSUDPWrap
|
| D | inspector_socket_server.cc | 482 void InspectorSocketServer::Send(int session_id, const std::string& message) { in Send() function in node::inspector::InspectorSocketServer 498 void SocketSession::Send(const std::string& message) { in Send() function in node::inspector::SocketSession
|
| D | udp_wrap.cc | 542 ssize_t UDPWrap::Send(uv_buf_t* bufs_ptr, in Send() function in node::UDPWrap 609 void UDPWrap::Send(const FunctionCallbackInfo<Value>& args) { in Send() function in node::UDPWrap
|
| /third_party/rust/crates/libloading/tests/ |
| D | markers.rs | 4 fn assert_send<T: Send>() {} in assert_send()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
| D | server.rs | 61 F: 'static + FnMut(&mut SslRef) + Send, in ssl_cb() 68 F: 'static + FnMut(SslStream<TcpStream>) + Send, in io_cb()
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksNetwork.cpp | 70 void Send (de::Socket* socket, const vector<u8>& buffer) in Send() function
|
| /third_party/rust/crates/regex/tests/ |
| D | test_default.rs | 88 fn assert_send<T: Send>() {} in oibits()
|
| /third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 77 Send = Direction(true) const
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 77 Send = Direction(true) const
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 77 Send = Direction(true) const
|
| /third_party/rust/crates/signal-hook/src/low_level/ |
| D | pipe.rs | 91 Send, enumerator
|
| /third_party/node/src/inspector/ |
| D | worker_agent.cc | 138 void NodeWorkers::Send(const std::string& id, const std::string& message) { in Send() function in node::inspector::protocol::NodeWorkers
|
| /third_party/cef/tests/ceftests/ |
| D | test_request.cc | 136 void Send(const SendConfig& config, RequestDoneCallback callback) { in Send() function
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
| D | main.cc | 258 RESPONSE Send(Stream& s, const REQUEST& req) { in Send() function
|