Home
last modified time | relevance | path

Searched defs:DynamicTable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs95 pub struct DynamicTable { struct
105 impl DynamicTable { impl
H A Dencoder.rs109 table: &'a mut DynamicTable, in new()
H A Ddecoder.rs436 fn new(field_list_size: usize, table: &'a DynamicTable, lines: &'a mut FiledLines) -> Self { in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs90 pub(crate) struct DynamicTable { struct
96 impl DynamicTable { impl
H A Ddecoder.rs101 table: &'a mut DynamicTable, in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs31 table: &'a mut DynamicTable, in new()
H A Dencoder.rs67 table: &'a mut DynamicTable, in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs49 table: &'a mut DynamicTable, in new()