Home
last modified time | relevance | path

Searched refs:all (Results 1 - 25 of 52) sorted by relevance

123

/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Dlib.rs38 #[cfg(all(
44 #[cfg(all(feature = "async", any(feature = "http1_1", feature = "http2")))]
47 #[cfg(all(feature = "sync", any(feature = "http1_1", feature = "http2")))]
50 #[cfg(all(
56 #[cfg(all(
61 #[cfg(all(
70 #[cfg(all(feature = "tokio_base", any(feature = "http2", feature = "http3")))]
83 #[cfg(all(feature = "tokio_base", feature = "async"))]
99 #[cfg(all(feature = "ylong_base", any(feature = "http2", feature = "http3")))]
112 #[cfg(all(featur
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver.rs42 #[cfg(all(feature = "signal", target_family = "unix"))]
60 #[cfg(all(feature = "signal", target_family = "unix"))]
65 #[cfg(all(feature = "signal", target_family = "unix"))]
81 #[cfg(all(feature = "signal", target_family = "unix"))]
85 #[cfg(all(target_os = "linux", feature = "process"))]
105 #[cfg(all(feature = "signal", target_family = "unix"))]
109 #[cfg(all(target_os = "linux", feature = "process"))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dlib.rs19 #[cfg(all(
25 #[cfg(all(feature = "ffrt", not(target_os = "linux")))]
28 #[cfg(all(feature = "ffrt", feature = "metrics"))]
H A Dmacros.rs133 #[cfg(all(target_os = "linux", any(feature = "net", feature = "process")))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs27 #[cfg(all(feature = "signal", target_os = "linux"))]
40 #[cfg(all(feature = "signal", target_family = "unix"))]
68 #[cfg(all(not(feature = "ffrt"), feature = "signal", target_family = "unix"))]
137 /// transmitted to here. Then all the slabs inside will get dropped when
223 #[cfg(all(feature = "signal", target_family = "unix"))]
268 #[cfg(all(feature = "signal", target_family = "unix"))]
286 #[cfg(all(feature = "signal", target_family = "unix"))]
322 #[cfg(all(feature = "ffrt", feature = "signal", target_os = "linux"))]
369 #[cfg(all(feature = "signal", target_family = "unix"))]
406 #[cfg(all(featur
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dconnector.rs16 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
26 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
H A Dmod.rs35 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
37 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
H A Dsettings.rs338 /// let proxy = Proxy::all("http://www.example.com").build();
344 /// Passes all HTTP and HTTPS to the proxy URL.
352 /// let builder = Proxy::all("http://example.com");
354 pub fn all(addr: &str) -> ProxyBuilder { in all() functions
356 inner: proxy::Proxy::all(addr), in all()
406 /// let proxy = Proxy::all("http://www.example.com")
458 /// let proxy = Proxy::all("http://proxy.example.com").build();
589 /// 1. Creates a `Proxy` by calling `Proxy::all`.
594 let proxy = Proxy::all("http://127.0.0.1:6789") in ut_proxy_clone()
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_client_build.rs14 #![cfg(all(
H A Dsdv_sync_http.rs14 #![cfg(all(feature = "sync", feature = "http1_1", feature = "tokio_base"))]
H A Dsdv_async_custom_dns_resolver.rs14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_sync_http_on_tcp.rs14 #![cfg(all(feature = "sync", feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_sync_https_c_ssl.rs14 #![cfg(all(
H A Dsdv_async_http.rs14 #![cfg(all(feature = "async", feature = "http1_1", feature = "tokio_base"))]
H A Dsdv_async_http_proxy.rs14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_async_http_body_io.rs14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_async_http_on_tcp.rs14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs28 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
284 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
312 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] in new()
399 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
515 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] in build()
961 #[cfg(all(feature = "__tls", feature = "ylong_base"))]
967 #[cfg(all(feature = "__tls", feature = "ylong_base"))]
1032 #[cfg(all(feature = "__tls", feature = "ylong_base"))]
1066 #[cfg(all(feature = "__tls", feature = "ylong_base"))]
1275 #[cfg(all(featur
[all...]
/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_error.rs14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_http_headers.rs14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
H A Dsdv_http_version.rs14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dmutex.rs22 #![cfg(all(feature = "sync", feature = "time"))]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs213 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
225 // Make sure all parts of uri is accurate. in connect()
240 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] in connect()
248 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] in connect()
327 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] in connect()
340 #[cfg(not(all( in connect()
361 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] fchown: Option<
366 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
489 #[cfg(all(test, feature = "__tls"))]
527 #[cfg(all(tes
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_process.rs17 #![cfg(all(unix, feature = "process"))]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dopen_options.rs115 /// For most filesystems, the operating system guarantees that all writes
119 /// User should write all data that belongs together in one operation during
302 #[cfg(all(test, target_os = "linux"))]

Completed in 8 milliseconds

123