Searched refs:attsMax (Results 1 – 4 of 4) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 153 int attsMax, 246 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 247 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1428 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/ |
D | xmltok.h | 147 int attsMax, 240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 241 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1432 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()
|