Searched refs:attsMax (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmltok.h | 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 262 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
| H A D | xmltok_impl.c | 1507 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in PREFIX() 1518 if (nAtts < attsMax) { \ in PREFIX() 1540 if (nAtts < attsMax) in PREFIX() 1546 if (nAtts < attsMax) in PREFIX() 1553 if (nAtts < attsMax) in PREFIX() 1559 if (nAtts < attsMax) in PREFIX() 1565 if (nAtts < attsMax) in PREFIX() 1571 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1584 else if (state == inValue && nAtts < attsMax) in PREFIX()
|