HomeSort by: relevance | last modified time | path
    Searched defs:DNS_ZONELOADFLAG_NOSTAT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zone.c 627 DNS_ZONELOADFLAG_NOSTAT = 0x00000001U, /* Do not stat() master files */
2236 (flags & DNS_ZONELOADFLAG_NOSTAT) != 0)
2423 return zone_load(zone, newonly ? DNS_ZONELOADFLAG_NOSTAT : 0, false);
2471 asl->flags = newonly ? DNS_ZONELOADFLAG_NOSTAT : 0;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 603 DNS_ZONELOADFLAG_NOSTAT = 0x00000001U, /* Do not stat() master files */
2192 (flags & DNS_ZONELOADFLAG_NOSTAT) != 0)
2393 return (zone_load(zone, newonly ? DNS_ZONELOADFLAG_NOSTAT : 0, false));
2449 asl->flags = newonly ? DNS_ZONELOADFLAG_NOSTAT : 0;

Completed in 49 milliseconds