Searched refs:catz (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dcatz.h220 * Allocate a new catz zone on catzs mctx
346 * Allocate a new catz named 'name' and put it in 'catzs' collection.
423 * It creates a new catz, iterates over database to fill it with content, and
424 * then merges new catz into old catz.
453 dns_catz_get_iterator(dns_catz_zone_t *catz, isc_ht_iter_t **itp);
H A Dview.h64 #include <dns/catz.h>
H A Dzone.h24 #include <dns/catz.h>
2459 dns_zone_set_parentcatz(dns_zone_t *zone, dns_catz_zone_t *catz);
2466 * \li 'catz' is not NULL
/bind-9.11.3/lib/dns/
H A Dcatz.c22 #include <dns/catz.h>
419 "catz: iterating over '%s' from catalog '%s'",
434 "catz: error adding zone '%s' "
448 "catz: error modifying zone '%s' "
477 "catz: deleting zone '%s' from catalog '%s' - %s",
500 "catz: adding zone '%s' from catalog "
517 "catz: modifying zone '%s' from catalog "
680 "catz: dns_catz_add_zone %s", zname);
1234 "catz: more than one APL entry for member zone, "
1569 "catz
1985 dns_catz_get_iterator(dns_catz_zone_t *catz, isc_ht_iter_t **itp) argument
[all...]
H A Dxfrin.c24 #include <dns/catz.h>
H A Dzone.c37 #include <dns/catz.h>
1866 dns_zone_set_parentcatz(dns_zone_t *zone, dns_catz_zone_t *catz) { argument
1868 REQUIRE(catz != NULL);
1870 INSIST(zone->parentcatz == NULL || zone->parentcatz == catz);
1871 zone->parentcatz = catz;
/bind-9.11.3/bin/named/
H A Dserver.c59 #include <dns/catz.h>
2135 "catz: allow-new-zones statement missing from "
2152 "catz: error \"%s\" while trying to "
2162 "catz: catz_addmodzone_taskaction: "
2171 "catz: catz_delzone_taskaction: "
2184 "catz: error \"%s\" while trying to "
2200 result = cfg_parse_buffer3(cfg->add_parser, confbuf, "catz", 0,
2211 "catz: error \"%s\" while trying to generate "
2238 "catz: failed to configure zone \"%s\" - %d",
2256 "catz
[all...]

Completed in 98 milliseconds