Searched refs:DynamicTable (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 30 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 D | encoder.rs | 24 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 D | table.rs | 34 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 D | decoder.rs | 17 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 D | encoder.rs | 18 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 D | table.rs | 20 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 D | encoder.rs | 15 use crate::h2::hpack::table::{DynamicTable, Header}; 23 table: DynamicTable, 33 table: DynamicTable::with_max_size(max_size), in new()
|
H A D | decoder.rs | 20 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 D | encoder.rs | 19 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 D | encoder.rs | 21 use crate::h3::qpack::table::{DynamicTable, Field, TableIndex, TableSearcher}; 32 table: &'a mut DynamicTable, 49 table: &'a mut DynamicTable, in new() argument
|