Searched refs:attsMax (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 PREFIX() 1520 if (nAtts < attsMax) { \ in PREFIX() 1542 if (nAtts < attsMax) in PREFIX() 1548 if (nAtts < attsMax) in PREFIX() 1555 if (nAtts < attsMax) in PREFIX() 1561 if (nAtts < attsMax) in PREFIX() 1567 if (nAtts < attsMax) in PREFIX() 1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1586 else if (state == inValue && nAtts < attsMax) in PREFIX()
|