Home
last modified time | relevance | path

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

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