Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs98 pub(crate) fn with_max_size(max_size: usize) -> Self { in with_max_size() method
H A Ddecoder.rs41 pub(crate) fn with_max_size(header_table_size: usize, max_header_list_size: usize) -> Self { in with_max_size() method