Searched refs:nbgroups (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | setacl_stress.py | 20 parser.set_defaults(nbfiles=5,nbusers=5,nbgroups=5,nloop=100 ) 30 test.getNGroupList(options.nbgroups)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 585 gchar * profilename, gsize nbgroups, gchar ** groups) in parse_encoding_profile() argument 673 for (i = 0; i < nbgroups; i++) { in parse_encoding_profile() 675 pprof = parse_encoding_profile (in, pname, groups[i], nbgroups, groups); in parse_encoding_profile() 721 gsize i, nbgroups; in parse_keyfile() local 726 groups = g_key_file_get_groups (in, &nbgroups); in parse_keyfile() 727 for (i = 0; i < nbgroups; i++) { in parse_keyfile() 729 prof = parse_encoding_profile (in, NULL, groups[i], nbgroups, groups); in parse_keyfile()
|
/third_party/libxml2/ |
D | relaxng.c | 288 int nbgroups; /* number of groups in the partitions */ member 945 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition() 4345 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local 4376 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr) in xmlRelaxNGComputeInterleaves() 4378 if (groups[nbgroups] == NULL) in xmlRelaxNGComputeInterleaves() 4382 groups[nbgroups]->rule = cur; in xmlRelaxNGComputeInterleaves() 4383 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 2); in xmlRelaxNGComputeInterleaves() 4384 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1); in xmlRelaxNGComputeInterleaves() 4385 nbgroups++; in xmlRelaxNGComputeInterleaves() 4389 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups); in xmlRelaxNGComputeInterleaves() [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | relaxng.c | 317 int nbgroups; /* number of groups in the partitions */ member 974 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition() 4373 int nbgroups = 0; in xmlRelaxNGComputeInterleaves() local 4404 groups[nbgroups] = (xmlRelaxNGInterleaveGroupPtr) in xmlRelaxNGComputeInterleaves() 4406 if (groups[nbgroups] == NULL) in xmlRelaxNGComputeInterleaves() 4410 groups[nbgroups]->rule = cur; in xmlRelaxNGComputeInterleaves() 4411 groups[nbgroups]->defs = xmlRelaxNGGetElements(ctxt, cur, 2); in xmlRelaxNGComputeInterleaves() 4412 groups[nbgroups]->attrs = xmlRelaxNGGetElements(ctxt, cur, 1); in xmlRelaxNGComputeInterleaves() 4413 nbgroups++; in xmlRelaxNGComputeInterleaves() 4417 xmlGenericError(xmlGenericErrorContext, " %d groups\n", nbgroups); in xmlRelaxNGComputeInterleaves() [all …]
|