HomeSort by: relevance | last modified time | path
    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