Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs425 data_crlf: EncodeCrlf, field
441 data_crlf: EncodeCrlf::new(), in new()
500 match self.data_crlf.encode(dst) { in data_crlf_encode()
503 self.data_crlf.src_idx = 0; in data_crlf_encode()