Searched refs:UINT16LEN (Results 1 – 2 of 2) sorted by relevance
26 if off + UINT16LEN > msg.len() { in unpack_uint16()32 off + UINT16LEN, in unpack_uint16()37 if off + UINT16LEN > msg.len() { in skip_uint16()40 Ok(off + UINT16LEN) in skip_uint16()
217 const UINT16LEN: usize = 2; constant225 const HEADER_LEN: usize = 6 * UINT16LEN;