Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs218 self.encoder.update_header_table_size(*size as usize); in update_settings()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs350 pub fn update_header_table_size(&mut self, size: usize) { in update_header_table_size() method