Searched defs:nbgroups (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c285 int nbgroups; /* number of groups in the partitions */ member in struct:_xmlRelaxNGPartition
941 for (j = 0; j < partitions->nbgroups; j++) {
4285 int nbgroups = 0; local
4316 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr)
4318 if (groups[nbgroups] == NULL)
4322 groups[nbgroups]->rule = cur;
4323 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 0);
4324 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1);
4325 nbgroups++;
4329 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups);
9103 int ret = 0, i, nbgroups; local
[all...]

Completed in 98 milliseconds