Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 5 of 5) 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()
777 pub struct Path(String); struct
779 impl Path { implementation
790 pub fn from_bytes(bytes: &[u8]) -> Result<Path, InvalidUri> { in from_bytes()
814 impl<'a> TryFrom<&'a [u8]> for Path { implementation
822 impl<'a> TryFrom<&'a str> for Path { implementation
1022 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/h2/hpack/representation/
Dencoder.rs158 Path, enumerator