Home
last modified time | relevance | path

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

/webrtc/mdns/src/conn/
H A Dmod.rs366 let mut qs = queries.lock().await; in run() localVariable
367 for j in (0..qs.len()).rev() { in run()
368 if qs[j].name_with_suffix == a.name.data { in run()
369 let _ = qs[j] in run()
376 qs.remove(j); in run()
/webrtc/mdns/src/message/
H A Dparser.rs127 let mut qs = vec![]; in all_questions() localVariable
132 return Ok(qs); in all_questions()
137 Ok(q) => qs.push(q), in all_questions()