Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/bin/check/
Dnamed-checkconf.c392 configure_view(const char *vclass, const char *view, const cfg_obj_t *config, in configure_view() function
472 tresult = configure_view(buf, vname, config, vconfig, mctx); in load_zones_fromconfig()
478 tresult = configure_view("IN", "_default", config, NULL, mctx); in load_zones_fromconfig()
/freebsd-9-stable/contrib/bind9/bin/named/
Dserver.c2084 configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, in configure_view() function
5557 CHECK(configure_view(view, config, vconfig, in load_configuration()
5571 CHECK(configure_view(view, config, NULL, in load_configuration()
5591 CHECK(configure_view(view, config, vconfig, in load_configuration()
/freebsd-9-stable/contrib/bind9/
DCHANGES7939 1592. [bug] configure_view() could leak a dispatch. [RT #10675]