OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trysize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
message.c
916
unsigned int
trysize
;
local
930
trysize
= 0;
938
trysize
= 2 * rdatalen;
939
if (
trysize
< SCRATCHPAD_SIZE) {
940
trysize
= SCRATCHPAD_SIZE;
943
INSIST(
trysize
!= 0);
944
if (
trysize
>= 65535) {
948
trysize
*= 2;
951
result = newbuffer(msg,
trysize
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
message.c
927
unsigned int
trysize
;
local
941
trysize
= 0;
949
trysize
= 2 * rdatalen;
950
if (
trysize
< SCRATCHPAD_SIZE) {
951
trysize
= SCRATCHPAD_SIZE;
954
INSIST(
trysize
!= 0);
955
if (
trysize
>= 65535) {
959
trysize
*= 2;
962
result = newbuffer(msg,
trysize
);
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026