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

/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 8 milliseconds