Searched refs:nbgroups (Results 1 – 2 of 2) sorted by relevance
20 parser.set_defaults(nbfiles=5,nbusers=5,nbgroups=5,nloop=100 )30 test.getNGroupList(options.nbgroups)
288 int nbgroups; /* number of groups in the partitions */ member945 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition()4344 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local4375 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr) in xmlRelaxNGComputeInterleaves()4377 if (groups[nbgroups] == NULL) in xmlRelaxNGComputeInterleaves()4381 groups[nbgroups]->rule = cur; in xmlRelaxNGComputeInterleaves()4382 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 2); in xmlRelaxNGComputeInterleaves()4383 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1); in xmlRelaxNGComputeInterleaves()4384 nbgroups++; in xmlRelaxNGComputeInterleaves()4388 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups); in xmlRelaxNGComputeInterleaves()[all …]