Home
last modified time | relevance | path

Searched refs:XmlNameMatchesAscii (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlrole.c150 if (!XmlNameMatchesAscii(enc, in prolog0()
181 if (!XmlNameMatchesAscii(enc, in prolog1()
251 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in doctype1()
255 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in doctype1()
346 if (XmlNameMatchesAscii(enc, in internalSubset()
353 if (XmlNameMatchesAscii(enc, in internalSubset()
360 if (XmlNameMatchesAscii(enc, in internalSubset()
367 if (XmlNameMatchesAscii(enc, in internalSubset()
485 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity2()
489 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity2()
[all …]
Dxmltok.c1106 if (!XmlNameMatchesAscii(enc, name, nameEnd, KW_version)) { in doParseXmlDecl()
1130 if (XmlNameMatchesAscii(enc, name, nameEnd, KW_encoding)) { in doParseXmlDecl()
1147 if (!XmlNameMatchesAscii(enc, name, nameEnd, KW_standalone) in doParseXmlDecl()
1152 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) { in doParseXmlDecl()
1156 else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) { in doParseXmlDecl()
Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlrole.c144 if (!XmlNameMatchesAscii(enc, in prolog0()
175 if (!XmlNameMatchesAscii(enc, in prolog1()
245 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in doctype1()
249 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in doctype1()
340 if (XmlNameMatchesAscii(enc, in internalSubset()
347 if (XmlNameMatchesAscii(enc, in internalSubset()
354 if (XmlNameMatchesAscii(enc, in internalSubset()
361 if (XmlNameMatchesAscii(enc, in internalSubset()
479 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity2()
483 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity2()
[all …]
Dxmltok.c1098 if (!XmlNameMatchesAscii(enc, name, nameEnd, KW_version)) { in doParseXmlDecl()
1122 if (XmlNameMatchesAscii(enc, name, nameEnd, KW_encoding)) { in doParseXmlDecl()
1139 if (!XmlNameMatchesAscii(enc, name, nameEnd, KW_standalone) in doParseXmlDecl()
1144 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) { in doParseXmlDecl()
1148 else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) { in doParseXmlDecl()
Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ macro