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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1339 * Set qname to be the domain to query (up to a max of qnlen chars)
1346 parse_query(char *input, char *qname, unsigned int qnlen, int *qtype) { argument
1368 if (strlen(domain_str) > qnlen) {

Completed in 27 milliseconds