Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h153 int attsMax,
246 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
247 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1428 int attsMax, ATTRIBUTE *atts) in PREFIX()
1439 if (nAtts < attsMax) { \ in PREFIX()
1457 if (nAtts < attsMax) in PREFIX()
1464 if (nAtts < attsMax) in PREFIX()
1471 if (nAtts < attsMax) in PREFIX()
1478 if (nAtts < attsMax) in PREFIX()
1484 if (nAtts < attsMax) in PREFIX()
1491 && nAtts < attsMax in PREFIX()
1504 else if (state == inValue && nAtts < attsMax) in PREFIX()
/external/python/cpython2/Modules/expat/
Dxmltok.h147 int attsMax,
240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
241 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1432 int attsMax, ATTRIBUTE *atts) in PREFIX()
1443 if (nAtts < attsMax) { \ in PREFIX()
1461 if (nAtts < attsMax) in PREFIX()
1468 if (nAtts < attsMax) in PREFIX()
1475 if (nAtts < attsMax) in PREFIX()
1482 if (nAtts < attsMax) in PREFIX()
1488 if (nAtts < attsMax) in PREFIX()
1495 && nAtts < attsMax in PREFIX()
1508 else if (state == inValue && nAtts < attsMax) in PREFIX()