Home
last modified time | relevance | path

Searched refs:LF (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs42 pub(crate) const LF: u8 = b'\n';
135 } else if buf[1] == LF {
141 LF => Ok(TokenStatus::Complete(&buf[1..])),
149 if *b == LF {
H A Dheaders.rs20 use crate::body::mime::{CR, LF};
204 } else if buf[1] == LF {
211 LF => {
306 if *b == CR || *b == LF { in get_header_value()
H A Dpart.rs18 use crate::body::mime::{MixFrom, CR, LF};
143 if bytes.ends_with(&[LF]) {
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmod.rs26 DecodeHeaders, EncodeHeaders, HeaderStatus, MixFrom, PartStatus, CR, CRLF, HTAB, LF, SP,
/commonlibrary/rust/ylong_json/src/
H A Dconsts.rs53 pub(crate) const LF: u8 = b'n';
130 const LF: PrintMapItem = PrintMapItem::Special(b"\\n"); // LF 换行 \x0A consts
140 CT, CT, CT, CT, CT, CT, CT, CT, BS, HT, LF, CT, FF, CR, CT, CT, // 0
H A Dstates.rs281 Some(LF) => LF_UNICODE as u8, in parse_escape_character()

Completed in 5 milliseconds