Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmltok_impl.c1512 int nAtts = 0; in PREFIX() local
1542 if (nAtts < attsMax) in PREFIX()
1548 if (nAtts < attsMax) in PREFIX()
1550 nAtts++; in PREFIX()
1555 if (nAtts < attsMax) in PREFIX()
1561 if (nAtts < attsMax) in PREFIX()
1563 nAtts++; in PREFIX()
1567 if (nAtts < attsMax) in PREFIX()
1568 atts[nAtts].normalized = 0; in PREFIX()
1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
[all …]