Home
last modified time | relevance | path

Searched defs:table (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs451 let table = DynamicTable::with_max_size(4096); in ut_dynamic_table_with_max_size() localVariable
465 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header_name() localVariable
484 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header() localVariable
503 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update() localVariable
527 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update_size() localVariable
Dmod.rs50 pub(crate) mod table; module
Dencoder.rs23 table: DynamicTable, field
Ddecoder.rs34 table: DynamicTable, field
94 table: &'a mut DynamicTable, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs26 table: &'a mut DynamicTable, field