Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitauth.c676 if(!auth_zone_read_zonefile(z, cfg)) { in authtest_addzone()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dremote.c2554 if(!auth_zone_read_zonefile(z, worker->env.cfg)) { in do_auth_zone_reload()