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

/bind-9.11.3/lib/dns/
H A Dname.c1803 unsigned int nused, labels, n, nmax; local
1862 nmax = isc_buffer_availablelength(target);
1863 if (nmax > DNS_NAME_MAXWIRE)
1864 nmax = DNS_NAME_MAXWIRE;
1888 if (nused + c + 1 > nmax)
1955 if (nmax == DNS_NAME_MAXWIRE)

Completed in 25 milliseconds