Home
last modified time | relevance | path

Searched defs:writen_bytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dencoder.rs180 let writen_bytes = self.encode_payload( in encode() localVariable
218 let writen_bytes = self.encode_payload( in encode() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs613 let writen_bytes = self.encode_slice(buf, payload); in encode_data_payload() localVariable