Home
last modified time | relevance | path

Searched refs:any (Results 1 - 23 of 23) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Dlib.rs24 #[cfg(any(feature = "ylong_base", feature = "tokio_base"))]
39 any(feature = "async", feature = "sync"),
40 any(feature = "http1_1", feature = "http2"),
44 #[cfg(all(feature = "async", any(feature = "http1_1", feature = "http2")))]
47 #[cfg(all(feature = "sync", any(feature = "http1_1", feature = "http2")))]
51 any(feature = "async", feature = "sync"),
52 any(feature = "http1_1", feature = "http2"),
57 any(feature = "async", feature = "sync"),
58 any(feature = "http1_1", feature = "http2"),
62 any(featur
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs22 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
29 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
40 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
54 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))] in clone()
79 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))] in get()
158 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
244 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
254 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
262 #[cfg(any(feature = "c_openssl_1_1", feature = "c_boringssl"))]
H A Dbio.rs14 use core::any::Any;
H A Dadapter.rs233 #[cfg(any(feature = "http2", feature = "http3"))]
276 /// When sets `true`, any certificate for any site will be trusted for use.
304 /// When sets `true`, any valid certificate for any site will be trusted for
305 /// use from any other.
/commonlibrary/rust/ylong_json/src/
H A Dlib.rs24 /// Creates an array with at least one but any number of elements.
39 /// Creates an object with at least one but any number of key-value pairs.
74 #[cfg(any(feature = "list_array", feature = "list_object"))]
78 #[cfg(any(feature = "list_array", feature = "list_object"))]
80 #[cfg(any(feature = "list_array", feature = "list_object"))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dmacros.rs91 #[cfg(any(feature = "net", feature = "time"))]
133 #[cfg(all(target_os = "linux", any(feature = "net", feature = "process")))]
H A Dlib.rs21 any(feature = "current_thread_runtime", feature = "multi_instance_runtime")
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Dmod.rs40 #[cfg(any(feature = "tcp", feature = "udp"))]
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dlib.rs37 #[cfg(any(feature = "ylong_base", feature = "tokio_base"))]
/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dlib.rs46 #[cfg(not(any(feature = "tcp", feature = "udp")))]
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp981 void XmlPullParser::ParseNspFunc(size_t &i, const std::string &attrName, bool &any) in ParseNspFunc() argument
995 any = true; in ParseNspFunc()
1028 bool any = false; in ParseNsp() local
1044 any = true; in ParseNsp()
1046 ParseNspFunc(i, attrName, any); in ParseNsp()
1049 if (any) { in ParseNsp()
1061 return any; in ParseNsp()
H A Djs_xml.h375 void ParseNspFunc(size_t &i, const std::string &attrName, bool &any);
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs19 #[cfg(any(feature = "http2", feature = "http3"))]
/commonlibrary/rust/ylong_json/src/value/object/
H A Dvec.rs105 self.inner.iter().any(|(k, _)| k == key) in contains_key()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver_handle.rs52 #[cfg(any(feature = "net", feature = "time"))]
H A Dqueue.rs566 #[cfg(any(not(feature = "metrics"), feature = "ffrt"))]
577 #[cfg(any(not(feature = "metrics"), feature = "ffrt"))]
H A Dworker.rs64 #[cfg(all(not(feature = "ffrt"), any(feature = "net", feature = "time")))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs17 //! ensure that the node is in any linked list held by a caller to ensure the
128 /// that the caller has unique access to or the node is not in any
130 #[cfg(any(feature = "time", feature = "net"))]
266 #[cfg(any(feature = "time", feature = "net"))]
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs178 .any(|index| *index > known_receive_cnt) in update_blocked_stream()
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h364 bool any = true; in ParseNspFunc() local
376 xmlPullParser.ParseNspFunc(count, attrName, any); in ParseNspFunc()
/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs63 #[cfg(any(feature = "ylong_base", feature = "tokio_base"))]
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs19 use std::any::Any;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs50 // The final state, indicating that the HEADERS frame and any necessary CONTINUATION frames
1821 assert!(updated_settings.iter().any(|s| *s == new_setting)); in ut_update_setting()

Completed in 17 milliseconds