Home
last modified time | relevance | path

Searched defs:max_frame_size (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs72 max_frame_size: u32, field
120 pub(crate) fn max_frame_size(&self) -> u32 { in max_frame_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs439 pub fn max_frame_size(mut self, size: u32) -> Self { in max_frame_size() method
H A Ddecoder.rs176 max_frame_size: u32, field
H A Dencoder.rs96 max_frame_size: usize, field