Home
last modified time | relevance | path

Searched refs:line_size (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs167 let line_size = header_line_length(key.len(), value.len()); in check_header_list_size() localVariable
168 self.update_size(line_size); in check_header_list_size()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs573 let line_size = field_line_length(key.len(), value.len()); in check_field_list_size() localVariable
574 self.update_size(line_size); in check_field_list_size()