Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs72 table: &'a mut DynamicTable, field
345 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable
370 let mut table = DynamicTable::with_empty(); in dynamic_table() localVariable
395 let mut table = DynamicTable::with_empty(); in speculative_insert() localVariable
416 let mut table = DynamicTable::with_empty(); in duplicate_instruction_stream_cancellation() localVariable
452 let mut table = DynamicTable::with_empty(); in dynamic_table_insert_eviction() localVariable
487 let mut table = DynamicTable::with_empty(); in test_ack() localVariable
519 let mut table = DynamicTable::with_empty(); in encode_post_name() localVariable
564 let mut table = DynamicTable::with_empty(); in test_indexing_with_litreal() localVariable
Ddecoder.rs67 table: &'a mut DynamicTable, field
363 table: &'a mut DynamicTable, field
430 table: &'a DynamicTable, field
Dmod.rs21 pub mod table; module
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs455 let table = DynamicTable::with_max_size(4096); in ut_dynamic_table_with_max_size() localVariable
469 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header_name() localVariable
488 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header() localVariable
507 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update() localVariable
531 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/h3/
Ddecoder.rs77 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable
Dencoder.rs447 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable
478 let mut table = DynamicTable::with_empty(); in dynamic_table() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp176 string table = BASE64_TABLE; in Base64Encode() local
232 string table = BASE64_TABLE; in Base64Decode() local
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs27 table: &'a mut DynamicTable, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs32 table: &'a mut DynamicTable, field