Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dinteger.rs55 pub(crate) fn first_byte(byte: u8, mask: u8) -> Result<usize, Self> { in first_byte() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dinteger.rs51 pub(crate) fn first_byte(byte: u8, mask: u8) -> Result<usize, Self> { in first_byte() method