Searched refs:skip_uint32 (Results 1 – 2 of 2) sorted by relevance
60 pub(crate) fn skip_uint32(msg: &[u8], off: usize) -> Result<usize> { in skip_uint32() function
94 new_off = skip_uint32(msg, new_off)?; in skip()