Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c287 int nbgroups; /* number of groups in the partitions */ member
944 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition()
4321 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local
4352 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr) in xmlRelaxNGComputeInterleaves()
4354 if (groups[nbgroups] == NULL) in xmlRelaxNGComputeInterleaves()
4358 groups[nbgroups]->rule = cur; in xmlRelaxNGComputeInterleaves()
4359 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 0); in xmlRelaxNGComputeInterleaves()
4360 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1); in xmlRelaxNGComputeInterleaves()
4361 nbgroups++; in xmlRelaxNGComputeInterleaves()
4365 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups); in xmlRelaxNGComputeInterleaves()
[all …]