Searched refs:attsMax (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/expat/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 | 1509 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in getAtts() argument 1520 if (nAtts < attsMax) { \ in getAtts() 1542 if (nAtts < attsMax) in getAtts() 1548 if (nAtts < attsMax) in getAtts() 1555 if (nAtts < attsMax) in getAtts() 1561 if (nAtts < attsMax) in getAtts() 1567 if (nAtts < attsMax) in getAtts() 1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in getAtts() 1586 else if (state == inValue && nAtts < attsMax) in getAtts()
|