Home
last modified time | relevance | path

Searched refs:get_crlf_contain (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dmulti.rs17 get_content_type_boundary, get_crlf_contain, trim_back_lwsp_if_end_with_lf, XPart,
422 match get_crlf_contain(buf) { in outermost_first_boundary()
453 match get_crlf_contain(buf) { in inner_first_boundary()
493 match get_crlf_contain(buf) { in middle_or_end_boundary()
H A Dpart.rs16 use crate::body::mime::common::{get_crlf_contain, trim_back_lwsp_if_end_with_lf, trim_front_lwsp};
120 match get_crlf_contain(buf) { in body_decode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs147 pub(crate) fn get_crlf_contain(buf: &[u8]) -> TokenStatus<(&[u8], &[u8]), &[u8]> { in get_crlf_contain() function