Home
last modified time | relevance | path

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

/external/ltp/testcases/network/nfsv4/acl/
Dsetacl_stress.py20 parser.set_defaults(nbfiles=5,nbusers=5,nbgroups=5,nloop=100 )
30 test.getNGroupList(options.nbgroups)
/external/libxml2/
Drelaxng.c288 int nbgroups; /* number of groups in the partitions */ member
945 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition()
4344 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local
4375 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 …]