Searched refs:XmlGetAttributes (Results 1 – 4 of 4) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 246 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 2781 n = XmlGetAttributes(enc, attStr, attsSize, atts); in storeAtts() 2800 XmlGetAttributes(enc, attStr, n, atts); in storeAtts()
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
|
D | xmlparse.c | 2745 n = XmlGetAttributes(enc, attStr, attsSize, atts); in storeAtts() 2764 XmlGetAttributes(enc, attStr, n, atts); in storeAtts()
|