Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs225 pub(crate) fn max_entries(&self) -> usize { in max_entries() method
Ddecoder.rs232 let max_entries = searcher.table.max_entries(); in decode_buffered_repr() localVariable