Searched refs:field_list_size (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | decoder.rs | 30 field_list_size: usize, in new() 35 qpack_decoder: QpackDecoder::new(field_list_size, table), in new()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 65 field_list_size: usize, field 94 pub fn new(field_list_size: usize, table: &'a mut DynamicTable) -> Self { in new() 96 field_list_size, in new() 193 let mut searcher = Searcher::new(self.field_list_size, self.table, &mut self.lines); in decode_repr() 429 field_list_size: usize, field 436 fn new(field_list_size: usize, table: &'a DynamicTable, lines: &'a mut FiledLines) -> Self { in new() 438 field_list_size, in new() 575 if self.lines.header_size > self.field_list_size { in check_field_list_size()
|