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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1348 static int qtype_codes[] = QTYPE_CODES; local
1355 if (num_types > (sizeof(qtype_codes) / sizeof(int)))
1356 num_types = sizeof(qtype_codes) / sizeof(int);
1375 *qtype = qtype_codes[index];

Completed in 16 milliseconds