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

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c1754 unsigned int nused, labels, n, nmax; local
1813 nmax = isc_buffer_availablelength(target);
1814 if (nmax > DNS_NAME_MAXWIRE)
1815 nmax = DNS_NAME_MAXWIRE;
1839 if (nused + c + 1 > nmax)
1912 if (nmax == DNS_NAME_MAXWIRE)

Completed in 14 milliseconds