Searched refs:XmlGetAttributes (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.h | 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
H A D | xmlparse.c | 3326 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3387 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|
/third_party/python/Modules/expat/ |
H A D | xmltok.h | 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
H A D | xmlparse.c | 3283 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3344 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|
Completed in 23 milliseconds