Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/resource/
H A Dtxt.rs43 let (t, new_off) = unpack_str(msg, off)?; in unpack()
/webrtc/mdns/src/message/
H A Dpacker.rs78 pub(crate) fn unpack_str(msg: &[u8], off: usize) -> Result<(String, usize)> { in unpack_str() function