Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs27 pub(crate) struct DeltaBase(usize); struct
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs340 ) -> DecResult<(usize, RequireInsertCount, bool, DeltaBase), FSPInner> { in decode() argument