OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_ZONEFLG_LOADED
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
543
DNS_ZONEFLG_LOADED
= 0x00000020U, /*%< database has loaded */
2198
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
) &&
2228
DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
))
4740
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
4940
!DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
))
5248
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
|
5422
* dealing with by consulting the
DNS_ZONEFLG_LOADED
flag for the
5425
if (inline_raw(zone) && DNS_ZONE_FLAG(zone->secure,
DNS_ZONEFLG_LOADED
))
10995
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
11282
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
zone.c
569
DNS_ZONEFLG_LOADED
= 0x00000020U, /*%< database has loaded */
2241
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
) &&
2271
DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
))
4830
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
5042
!DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_LOADED
))
5345
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
|
5521
* dealing with by consulting the
DNS_ZONEFLG_LOADED
flag for the
5524
if (inline_raw(zone) && DNS_ZONE_FLAG(zone->secure,
DNS_ZONEFLG_LOADED
))
10959
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
11242
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_LOADED
);
[
all
...]
Completed in 79 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026