OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atparent
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
nsec.c
345
bool
atparent
;
local
385
* then
atparent
should not be set as there is no parent.
387
atparent
= (olabels != 1) && dns_rdatatype_atparent(type);
391
if (!
atparent
) {
401
} else if (
atparent
&& ns && soa) {
nsec3.c
1900
bool
atparent
;
local
2048
atparent
= dns_rdatatype_atparent(type);
2052
if (!
atparent
) {
2063
} else if (
atparent
&& ns && soa) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
nsec.c
322
bool
atparent
;
local
352
* then
atparent
should not be set as there is no parent.
354
atparent
= (olabels != 1) && dns_rdatatype_atparent(type);
358
if (!
atparent
) {
368
} else if (
atparent
&& ns && soa) {
nsec3.c
1915
bool
atparent
;
local
2063
atparent
= dns_rdatatype_atparent(type);
2067
if (!
atparent
) {
2078
} else if (
atparent
&& ns && soa) {
Completed in 55 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026