Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h246 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
Dxmlparse.c2781 n = XmlGetAttributes(enc, attStr, attsSize, atts); in storeAtts()
2800 XmlGetAttributes(enc, attStr, n, atts); in storeAtts()
/external/python/cpython2/Modules/expat/
Dxmltok.h240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ macro
Dxmlparse.c2745 n = XmlGetAttributes(enc, attStr, attsSize, atts); in storeAtts()
2764 XmlGetAttributes(enc, attStr, n, atts); in storeAtts()