OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:down_height
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rbt.c
2116
size_t this_height,
down_height
;
local
2126
down_height
= getheight_helper(node->down);
2128
return ISC_MAX(this_height,
down_height
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c
2967
size_t this_height,
down_height
;
local
2977
down_height
= getheight_helper(DOWN(node));
2979
return (ISC_MAX(this_height,
down_height
));
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026