Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs866 hex_count: i64, field
892 hex_count: 0, in new()
1107 self.hex_count = Self::hex_to_decimal(self.hex_count, 0_i64)?; in decode_size()
1115 self.hex_count = Self::hex_to_decimal(self.hex_count, 0_i64)?; in decode_size()
1119 self.hex_count = Self::hex_to_decimal(self.hex_count, b as i64 - '0' as i64)?; in decode_size()
1124 self.hex_count = in decode_size()
1125 Self::hex_to_decimal(self.hex_count, b as i64 - 'a' as i64 + 10i64)?; in decode_size()
1130 self.hex_count = in decode_size()
1131 Self::hex_to_decimal(self.hex_count, b as i64 - 'A' as i64 + 10i64)?; in decode_size()
1171 self.total_size = self.hex_count as usize; in decode_special_char()
[all …]