Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs192 pub fn path(&self) -> Option<&Path> { in path()
288 Option<Path>, in into_parts()
794 pub struct Path(String); struct
796 impl Path { implementation
807 pub fn from_bytes(bytes: &[u8]) -> Result<Path, InvalidUri> { in from_bytes()
831 impl<'a> TryFrom<&'a [u8]> for Path { implementation
839 impl<'a> TryFrom<&'a str> for Path { implementation
1039 fn path_token(bytes: &[u8]) -> Result<(Option<Path>, &[u8]), InvalidUri> { in path_token()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs150 P: AsRef<Path>, in set_ca_file()
202 P: AsRef<Path>, in set_certificate_file()
227 P: AsRef<Path>, in set_certificate_chain_file()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs237 pub async fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()> { in rename()
273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy()
344 pub async fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> io::Result<()> { in write()
401 pub async fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> { in hard_link()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs405 Path, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs693 Path, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs158 Path, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs913 Path, enumerator