Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmltok.h147 int attsMax,
240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
241 (((enc)->getAtts)(enc, ptr, attsMax, atts))
Dxmltok_impl.c1429 int attsMax, ATTRIBUTE *atts) in PREFIX()
1440 if (nAtts < attsMax) { \ in PREFIX()
1458 if (nAtts < attsMax) in PREFIX()
1465 if (nAtts < attsMax) in PREFIX()
1472 if (nAtts < attsMax) in PREFIX()
1479 if (nAtts < attsMax) in PREFIX()
1485 if (nAtts < attsMax) in PREFIX()
1492 && nAtts < attsMax in PREFIX()
1505 else if (state == inValue && nAtts < attsMax) in PREFIX()