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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1349 unsigned int num_types, index; local
1354 num_types = sizeof(qtype_strings) / sizeof(qtype_strings[0]);
1355 if (num_types > (sizeof(qtype_codes) / sizeof(int)))
1356 num_types = sizeof(qtype_codes) / sizeof(int);
1373 for (index = 0; (index < num_types) && (found == FALSE); index++) {

Completed in 1252 milliseconds