Home
last modified time | relevance | path

Searched refs:DynamicTable (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs30 use crate::h3::qpack::table::{DynamicTable, Field, TableSearcher};
67 table: &'a mut DynamicTable,
363 table: &'a mut DynamicTable,
367 fn new(table: &'a mut DynamicTable) -> Self { in new()
430 table: &'a DynamicTable,
590 use crate::h3::qpack::table::{DynamicTable, Field};
797 let mut dynamic_table = DynamicTable::with_empty(); in ut_qpack_decoder()
813 let mut dynamic_table = DynamicTable::with_empty(); in ut_qpack_decoder()
825 let mut dynamic_table = DynamicTable::with_empty(); in ut_qpack_decoder()
849 let mut dynamic_table = DynamicTable::with_empty(); in ut_qpack_decoder()
[all …]
H A Dencoder.rs24 use crate::h3::qpack::table::{DynamicTable, Field};
72 table: &'a mut DynamicTable,
109 table: &'a mut DynamicTable, in new() argument
345 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference()
370 let mut table = DynamicTable::with_empty(); in dynamic_table()
395 let mut table = DynamicTable::with_empty(); in speculative_insert()
416 let mut table = DynamicTable::with_empty(); in duplicate_instruction_stream_cancellation()
452 let mut table = DynamicTable::with_empty(); in dynamic_table_insert_eviction()
487 let mut table = DynamicTable::with_empty(); in test_ack()
519 let mut table = DynamicTable::with_empty(); in encode_post_name()
[all …]
H A Dtable.rs34 dynamic: &'a DynamicTable,
38 pub(crate) fn new(dynamic: &'a DynamicTable) -> Self { in new()
95 pub struct DynamicTable { struct
105 impl DynamicTable { impl
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs17 use crate::h3::qpack::table::DynamicTable;
31 table: &'a mut DynamicTable, in new() argument
71 use crate::h3::qpack::table::DynamicTable;
77 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference()
H A Dencoder.rs18 use crate::h3::qpack::table::DynamicTable;
67 table: &'a mut DynamicTable, in new() argument
438 use crate::h3::qpack::table::{DynamicTable, Field};
447 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference()
478 let mut table = DynamicTable::with_empty(); in dynamic_table()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs20 dynamic: &'a DynamicTable,
24 pub(crate) fn new(dynamic: &'a DynamicTable) -> Self { in new()
90 pub(crate) struct DynamicTable { struct
96 impl DynamicTable { argument
446 use crate::h2::hpack::table::{DynamicTable, Header, StaticTable};
455 let table = DynamicTable::with_max_size(4096); in ut_dynamic_table_with_max_size()
469 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header_name()
488 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header()
507 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update()
531 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update_size()
H A Dencoder.rs15 use crate::h2::hpack::table::{DynamicTable, Header};
23 table: DynamicTable,
33 table: DynamicTable::with_max_size(max_size), in new()
H A Ddecoder.rs20 use crate::h2::hpack::table::{DynamicTable, Header, TableSearcher};
34 table: DynamicTable,
44 table: DynamicTable::with_max_size(header_table_size), in with_max_size()
94 table: &'a mut DynamicTable,
101 table: &'a mut DynamicTable, in new() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs19 use crate::h2::hpack::table::{DynamicTable, Header, TableIndex, TableSearcher};
27 table: &'a mut DynamicTable,
34 pub(crate) fn new(table: &'a mut DynamicTable) -> Self { in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs21 use crate::h3::qpack::table::{DynamicTable, Field, TableIndex, TableSearcher};
32 table: &'a mut DynamicTable,
49 table: &'a mut DynamicTable, in new() argument