Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dbuilder.rs97 self.start_check(Section::Questions)?; in start_questions()
98 self.section = Section::Questions; in start_questions()
126 Section::Questions => (&mut self.header.questions, Error::ErrTooManyQuestions), in increment_section_count()
145 if self.section < Section::Questions { in add_question()
148 if self.section > Section::Questions { in add_question()
H A Dheader.rs62 Questions = 2, enumerator
74 2 => Section::Questions, in from()
88 Section::Questions => "question", in fmt()
112 Section::Questions => self.questions, in count()
H A Dparser.rs40 self.section = Section::Questions; in start()
107 self.check_advance(Section::Questions)?; in question()
144 self.check_advance(Section::Questions)?; in skip_question()
H A Dmessage_test.rs261 section: Section::Questions, in test_question_pack_unpack()
992 section: Section::Questions, in test_builder_resource_error()