Searched refs:XmlGetAttributes (Results 1 – 6 of 6) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 3207 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3230 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 3207 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3230 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|
/external/python/cpython3/Modules/expat/ |
D | xmltok.h | 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 3207 n = XmlGetAttributes(enc, attStr, parser->m_attsSize, parser->m_atts); in storeAtts() 3230 XmlGetAttributes(enc, attStr, n, parser->m_atts); in storeAtts()
|