OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zone_load
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
625
/* Flags for
zone_load
() */
2124
* call
zone_load
() for the secure zone;
zone_load
() calls itself recursively
2128
zone_load
(dns_zone_t *zone, unsigned int flags, bool locked) {
function
2161
* because "result" returned by the
zone_load
() call below
2166
result =
zone_load
(zone->raw, flags, false);
2423
return
zone_load
(zone, newonly ? DNS_ZONELOADFLAG_NOSTAT : 0, false);
2435
result =
zone_load
(zone, asl->flags, true);
2495
result =
zone_load
(zone->secure, DNS_ZONELOADFLAG_THAW, false);
2507
result =
zone_load
(zone, DNS_ZONELOADFLAG_THAW, false)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
601
/* Flags for
zone_load
() */
2079
* call
zone_load
() for the secure zone;
zone_load
() calls itself recursively
2083
zone_load
(dns_zone_t *zone, unsigned int flags, bool locked) {
function
2116
* because "result" returned by the
zone_load
() call below
2121
result =
zone_load
(zone->raw, flags, false);
2393
return (
zone_load
(zone, newonly ? DNS_ZONELOADFLAG_NOSTAT : 0, false));
2409
result =
zone_load
(zone, asl->flags, true);
2476
result =
zone_load
(zone->secure, DNS_ZONELOADFLAG_THAW, false);
2488
result =
zone_load
(zone, DNS_ZONELOADFLAG_THAW, false)
[
all
...]
Completed in 97 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026