Home
last modified time | relevance | path

Searched refs:auth_zone_read_zonefile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h637 int auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg);
H A Dauthzone.c1567 auth_zone_read_zonefile(struct auth_zone* z, struct config_file* cfg) in auth_zone_read_zonefile() function
1793 if(!auth_zone_read_zonefile(z, cfg)) { in auth_zones_read_zones()
/freebsd/contrib/unbound/daemon/
H A Dremote.c2776 if(!auth_zone_read_zonefile(z, worker->env.cfg)) { in do_auth_zone_reload()