Searched refs:XmlGetAttributes (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/expat/ |
D | xmltok.h | 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 3262 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/ |
D | xmltok.h | 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 3310 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/ |
D | 02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch | 25 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts);
|