Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/resource/
H A Dtxt.rs34 msg = pack_str(msg, s)? in pack()
/webrtc/mdns/src/message/
H A Dpacker.rs68 pub(crate) fn pack_str(mut msg: Vec<u8>, field: &str) -> Result<Vec<u8>> { in pack_str() function