Searched refs:get_crlf_contain (Results 1 – 3 of 3) sorted by relevance
17 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()
16 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()
147 pub(crate) fn get_crlf_contain(buf: &[u8]) -> TokenStatus<(&[u8], &[u8]), &[u8]> { in get_crlf_contain() function