/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | lib.rs | 38 #[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 D | driver.rs | 42 #[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 D | lib.rs | 19 #[cfg(all( 25 #[cfg(all(feature = "ffrt", not(target_os = "linux")))] 28 #[cfg(all(feature = "ffrt", feature = "metrics"))]
|
H A D | macros.rs | 133 #[cfg(all(target_os = "linux", any(feature = "net", feature = "process")))]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | driver.rs | 27 #[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 D | connector.rs | 16 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] 26 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
|
H A D | mod.rs | 35 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))] 37 #[cfg(all(target_os = "linux", feature = "ylong_base", feature = "__tls"))]
|
H A D | settings.rs | 338 /// 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 D | sdv_async_client_build.rs | 14 #![cfg(all(
|
H A D | sdv_sync_http.rs | 14 #![cfg(all(feature = "sync", feature = "http1_1", feature = "tokio_base"))]
|
H A D | sdv_async_custom_dns_resolver.rs | 14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_sync_http_on_tcp.rs | 14 #![cfg(all(feature = "sync", feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_sync_https_c_ssl.rs | 14 #![cfg(all(
|
H A D | sdv_async_http.rs | 14 #![cfg(all(feature = "async", feature = "http1_1", feature = "tokio_base"))]
|
H A D | sdv_async_http_proxy.rs | 14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_async_http_body_io.rs | 14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_async_http_on_tcp.rs | 14 #![cfg(all(feature = "async", feature = "http1_1", feature = "ylong_base"))]
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | client.rs | 28 #[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 D | sdv_http_error.rs | 14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_http_headers.rs | 14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
|
H A D | sdv_http_version.rs | 14 #![cfg(all(feature = "http1_1", feature = "ylong_base"))]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | mutex.rs | 22 #![cfg(all(feature = "sync", feature = "time"))]
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 213 #[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 D | ylong_tokio_process.rs | 17 #![cfg(all(unix, feature = "process"))]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | open_options.rs | 115 /// 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"))]
|