Home
last modified time | relevance | path

Searched refs:XmlGetAttributes (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/expat/
Dxmltok.h261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
Dxmlparse.c3262 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts()
3287 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok.h261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
Dxmlparse.c3310 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts()
3335 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
/third_party/expat/
D02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch25 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts);