Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs116 pub fn frame_len(&self) -> &u64 { in frame_len() method
H A Dencoder.rs138 octet_buf.put_varint(frame.frame_len().clone())?; in encode_frame()