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

/bind-9.11.3/lib/dns/
H A Dmessage.c925 unsigned int trysize; local
939 trysize = 0;
948 trysize = 2 * rdatalen;
949 if (trysize < SCRATCHPAD_SIZE)
950 trysize = SCRATCHPAD_SIZE;
952 INSIST(trysize != 0);
953 if (trysize >= 65535)
956 trysize *= 2;
959 result = newbuffer(msg, trysize);

Completed in 461 milliseconds