Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c306 int nbAttrs; /* the number of attributes */ member
1189 int nbAttrs = 0; in xmlRelaxNGNewValidState() local
1199 if (nbAttrs < MAX_ATTR) in xmlRelaxNGNewValidState()
1200 attrs[nbAttrs++] = attr; in xmlRelaxNGNewValidState()
1202 nbAttrs++; in xmlRelaxNGNewValidState()
1228 ret->nbAttrs = 0; in xmlRelaxNGNewValidState()
1229 if (nbAttrs > 0) { in xmlRelaxNGNewValidState()
1231 if (nbAttrs < 4) in xmlRelaxNGNewValidState()
1234 ret->maxAttrs = nbAttrs; in xmlRelaxNGNewValidState()
1241 } else if (ret->maxAttrs < nbAttrs) { in xmlRelaxNGNewValidState()
[all …]
Dparser.c1088 int nbAttrs; /* number of defaulted attributes on that element */ member
1251 defaults->nbAttrs = 0; in xmlAddDefAttrs()
1258 } else if (defaults->nbAttrs >= defaults->maxAttrs) { in xmlAddDefAttrs()
1287 defaults->values[5 * defaults->nbAttrs] = name; in xmlAddDefAttrs()
1288 defaults->values[5 * defaults->nbAttrs + 1] = prefix; in xmlAddDefAttrs()
1292 defaults->values[5 * defaults->nbAttrs + 2] = value; in xmlAddDefAttrs()
1293 defaults->values[5 * defaults->nbAttrs + 3] = value + len; in xmlAddDefAttrs()
1295 defaults->values[5 * defaults->nbAttrs + 4] = BAD_CAST "external"; in xmlAddDefAttrs()
1297 defaults->values[5 * defaults->nbAttrs + 4] = NULL; in xmlAddDefAttrs()
1298 defaults->nbAttrs++; in xmlAddDefAttrs()
[all …]
Dxmlschemas.c25245 int i, j, found, nbAttrs, nbUses; in xmlSchemaVAttributesComplex() local
25272 nbAttrs = vctxt->nbAttrInfos; in xmlSchemaVAttributesComplex()
25281 for (j = 0; j < nbAttrs; j++) { in xmlSchemaVAttributesComplex()
25377 for (i = 0; i < nbAttrs; i++) { in xmlSchemaVAttributesComplex()