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

/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c937 unsigned int trysize; local
951 trysize = 0;
960 trysize = 2 * rdatalen;
961 if (trysize < SCRATCHPAD_SIZE)
962 trysize = SCRATCHPAD_SIZE;
964 INSIST(trysize != 0);
965 if (trysize >= 65535)
968 trysize *= 2;
971 result = newbuffer(msg, trysize);

Completed in 268 milliseconds