Home
last modified time | relevance | path

Searched refs:ErrTooManyQuestions (Results 1 – 4 of 4) sorted by relevance

/webrtc/mdns/src/
H A Derror.rs47 ErrTooManyQuestions, enumerator
/webrtc/mdns/src/message/
H A Dbuilder.rs126 Section::Questions => (&mut self.header.questions, Error::ErrTooManyQuestions), in increment_section_count()
H A Dmod.rs292 return Err(Error::ErrTooManyQuestions); in append_pack()
H A Dmessage_test.rs691 Error::ErrTooManyQuestions, in test_too_many_records()