OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clabels
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c
900
unsigned int
clabels
;
local
905
clabels
= dns_name_countlabels(closest);
908
*
clabels
will not be zero. We then need
913
if (
clabels
== 0 ||
914
dns_name_countlabels(wild) ==
clabels
+ 1)
/src/external/mpl/bind/dist/lib/dns/
validator.c
865
unsigned int
clabels
;
local
870
clabels
= dns_name_countlabels(closest);
873
*
clabels
will not be zero. We then need
878
if (
clabels
== 0 ||
879
dns_name_countlabels(wild) ==
clabels
+ 1)
Completed in 49 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026