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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1347 static char *qtype_strings[] = QTYPE_STRINGS; local
1354 num_types = sizeof(qtype_strings) / sizeof(qtype_strings[0]);
1374 if (strcasecmp(type_str, qtype_strings[index]) == 0) {

Completed in 17 milliseconds