Searched refs:nbgroups (Results 1 – 1 of 1) sorted by relevance
287 int nbgroups; /* number of groups in the partitions */ member944 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition()4321 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local4352 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 …]