| /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 | 751 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in set_verify_callback() 770 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in set_servername_callback() 861 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in set_tmp_dh_callback() 892 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in set_tmp_ecdh_callback() 1265 F: for<'a> Fn(&mut SslRef, &'a [u8]) -> Result<&'a [u8], AlpnError> + 'static + Sync + Send, in set_alpn_select_callback() 1328 F: Fn(&mut SslRef) -> Result<bool, ErrorStack> + 'static + Sync + Send, in set_status_callback() 1350 + 'static in set_psk_client_callback() 1365 + 'static in set_psk_callback() 1382 + 'static in set_psk_server_callback() 1408 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/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/rust/crates/cxx/tests/ |
| D | cxx_string.rs | 14 fn assert_send(_: impl Send) {} in test_async_cxx_string()
|
| /third_party/node/src/ |
| D | cares_wrap.cc | 831 int AnyTraits::Send(QueryWrap<AnyTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::AnyTraits 836 int ATraits::Send(QueryWrap<ATraits>* wrap, const char* name) { in Send() function in node::cares_wrap::ATraits 841 int AaaaTraits::Send(QueryWrap<AaaaTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::AaaaTraits 846 int CaaTraits::Send(QueryWrap<CaaTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::CaaTraits 851 int CnameTraits::Send(QueryWrap<CnameTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::CnameTraits 856 int MxTraits::Send(QueryWrap<MxTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::MxTraits 861 int NsTraits::Send(QueryWrap<NsTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::NsTraits 866 int TxtTraits::Send(QueryWrap<TxtTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::TxtTraits 871 int SrvTraits::Send(QueryWrap<SrvTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::SrvTraits 876 int PtrTraits::Send(QueryWrap<PtrTraits>* wrap, const char* name) { in Send() function in node::cares_wrap::PtrTraits [all …]
|
| D | js_udp_wrap.cc | 90 ssize_t JSUDPWrap::Send(uv_buf_t* bufs, in Send() function in node::JSUDPWrap
|
| D | inspector_socket_server.cc | 498 void InspectorSocketServer::Send(int session_id, const std::string& message) { in Send() function in node::inspector::InspectorSocketServer 515 void SocketSession::Send(const std::string& message) { in Send() function in node::inspector::SocketSession
|
| D | udp_wrap.cc | 556 ssize_t UDPWrap::Send(uv_buf_t* bufs_ptr, in Send() function in node::UDPWrap 623 void UDPWrap::Send(const FunctionCallbackInfo<Value>& args) { in Send() function in node::UDPWrap
|
| D | cares_wrap.h | 242 int Send(const char* name) { in Send() function
|
| /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/rust/crates/syn/tests/repo/ |
| D | mod.rs | 234 pub fn for_each_rust_file(for_each: impl Fn(&Path) + Sync + Send) { in for_each_rust_file()
|
| /third_party/rust/crates/regex/tests/ |
| D | test_default.rs | 88 fn assert_send<T: Send>() {} in oibits()
|
| /third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
| D | fortify_recv_chk_test.cpp | 78 static bool Send(int fd) in Send() function
|
| /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/skia/third_party/externals/swiftshader/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/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 77 Send = Direction(true) const
|
| /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/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
| D | main.cc | 258 RESPONSE Send(Stream& s, const REQUEST& req) { in Send() function
|
| /third_party/node/src/quic/ |
| D | packet.cc | 181 int Packet::Send(uv_udp_t* handle, BaseObjectPtr<BaseObject> ref) { in Send() function in node::quic::Packet
|
| /third_party/googletest/googletest/scripts/ |
| D | upload.py | 306 def Send(self, request_path, payload=None, member in AbstractRpcServer
|