OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oncount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c
497
unsigned int
oncount
;
local
528
oncount
= ncount;
631
(ocount +
oncount
) * sizeof(unsigned int));
632
memset(offsettable, 0, (ocount +
oncount
) * sizeof(unsigned int));
648
ncurrent += (4 *
oncount
);
657
INSIST(norder <
oncount
);
724
INSIST(norder <
oncount
);
735
fillin_offsets(offsetbase, offsettable, ocount +
oncount
);
738
(ocount +
oncount
) * sizeof(unsigned int));
/src/external/mpl/bind/dist/lib/dns/
rdataslab.c
536
unsigned int
oncount
;
local
569
oncount
= ncount;
670
offsettable = isc_mem_cget(mctx, ocount +
oncount
,
687
ncurrent += (4 *
oncount
);
696
INSIST(norder <
oncount
);
762
INSIST(norder <
oncount
);
773
fillin_offsets(offsetbase, offsettable, ocount +
oncount
);
775
isc_mem_cput(mctx, offsettable, ocount +
oncount
, sizeof(unsigned int));
Completed in 15 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026