Home
last modified time | relevance | path

Searched refs:attsMax (Results 1 – 6 of 6) sorted by relevance

/external/expat/lib/
Dxmltok.h178 int attsMax,
269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1470 int attsMax, ATTRIBUTE *atts) in PREFIX()
1481 if (nAtts < attsMax) { \ in PREFIX()
1499 if (nAtts < attsMax) in PREFIX()
1506 if (nAtts < attsMax) in PREFIX()
1513 if (nAtts < attsMax) in PREFIX()
1520 if (nAtts < attsMax) in PREFIX()
1526 if (nAtts < attsMax) in PREFIX()
1533 && nAtts < attsMax in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
/external/python/cpython2/Modules/expat/
Dxmltok.h178 int attsMax,
269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1470 int attsMax, ATTRIBUTE *atts) in PREFIX()
1481 if (nAtts < attsMax) { \ in PREFIX()
1499 if (nAtts < attsMax) in PREFIX()
1506 if (nAtts < attsMax) in PREFIX()
1513 if (nAtts < attsMax) in PREFIX()
1520 if (nAtts < attsMax) in PREFIX()
1526 if (nAtts < attsMax) in PREFIX()
1533 && nAtts < attsMax in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
/external/python/cpython3/Modules/expat/
Dxmltok.h178 int attsMax,
269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1470 int attsMax, ATTRIBUTE *atts) in PREFIX()
1481 if (nAtts < attsMax) { \ in PREFIX()
1499 if (nAtts < attsMax) in PREFIX()
1506 if (nAtts < attsMax) in PREFIX()
1513 if (nAtts < attsMax) in PREFIX()
1520 if (nAtts < attsMax) in PREFIX()
1526 if (nAtts < attsMax) in PREFIX()
1533 && nAtts < attsMax in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()