Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmltok.h183 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax,
265 # define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument
266 (((enc)->getAtts)(enc, ptr, attsMax, atts))
H A Dxmltok_impl.c1512 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in PREFIX()
1523 if (nAtts < attsMax) { \ in PREFIX()
1545 if (nAtts < attsMax) in PREFIX()
1551 if (nAtts < attsMax) in PREFIX()
1558 if (nAtts < attsMax) in PREFIX()
1564 if (nAtts < attsMax) in PREFIX()
1570 if (nAtts < attsMax) in PREFIX()
1576 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1589 else if (state == inValue && nAtts < attsMax) in PREFIX()