Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmltok.h179 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 Dxmltok_impl.c1509 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()