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

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py109 domain_names = list(domains.keys()) variable
115 sys.stdout.write(make_domain(gen.choice(domain_names)))
/bind-9.11.3/lib/dns/tests/
H A Drbt_test.c85 static const char * const domain_names[] = { variable
90 static const size_t domain_names_count = (sizeof(domain_names) /
91 sizeof(domain_names[0]));
94 * (for the names in domain_names[] above).
180 build_name_from_str(domain_names[i], &fname);
224 build_name_from_str(domain_names[i], &fname);
730 result = insert_helper(mytree, domain_names[i], &node);

Completed in 14 milliseconds