Home
last modified time | relevance | path

Searched refs:tag (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmimetype.rs44 tag: MimeTypeTag,
73 let tag = MimeTypeTag::from_bytes(&bytes[..slash])?;
80 Ok(MimeType { tag, bytes, slash })
165 matches!(self.tag, MimeTypeTag::Application) in is_application()
179 matches!(self.tag, MimeTypeTag::Audio) in is_audio()
193 matches!(self.tag, MimeTypeTag::Font) in is_font()
207 matches!(self.tag, MimeTypeTag::Image) in is_image()
221 matches!(self.tag, MimeTypeTag::Message) in is_message()
235 matches!(self.tag, MimeTypeTag::Model) in is_model()
249 matches!(self.tag, MimeTypeTa in is_multipart()
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs31 tag: BoundaryTag,
43 tag: BoundaryTag::Init,
54 self.tag = BoundaryTag::Init;
139 self.tag = BoundaryTag::Middle; in body_decode()
146 self.tag = BoundaryTag::End; in body_decode()
166 self.tag == BoundaryTag::End
H A Dmulti.rs240 TokenStatus::Complete(rest) => match data.tag { in middle_or_end_boundary_decode()
385 tag: BoundaryTag,
398 tag: BoundaryTag::Init, in new()
410 tag: BoundaryTag::Init, in new_as_part()
481 self.tag = BoundaryTag::First; in when_is_first_boundary()
508 self.tag = BoundaryTag::Middle; in middle_or_end_boundary()
515 self.tag = BoundaryTag::End; in middle_or_end_boundary()
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp401 std::string tag = ""; in HWTEST_F() local
402 tag = result; in HWTEST_F()
404 if (tag == catalogue) { in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp1054 xmlPullParserError_ = "illegal tag name: " + name_; in ParseNsp()
1224 xmlPullParserError_ = "read end tag " + name_ + " with no tags open"; in ParseEndTag()

Completed in 9 milliseconds