Searched refs:choice (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py49 label = label + gen.choice(LDH)
115 sys.stdout.write(make_domain(gen.choice(domain_names)))
/bind-9.11.3/lib/dns/
H A Drdataset.c317 unsigned int i, count = 0, added, choice; local
417 choice = i + (val % (count - i));
419 in[i] = in[choice];
420 in[choice] = rdata;

Completed in 29 milliseconds