Searched refs:attsMax (Results 1 – 6 of 6) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 178 int attsMax, 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1470 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/ |
D | xmltok.h | 178 int attsMax, 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1470 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/ |
D | xmltok.h | 178 int attsMax, 269 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 270 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1470 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()
|