Searched refs:myzone (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_stub_driver.c76 char *myzone; member in struct:config_data
134 if (strcmp(zone, cd->myzone) == 0) {
164 if (strcmp(cd->myzone, name) == 0)
222 cd->myzone = isc_mem_strdup(ns_g_mctx, argv[1]);
223 if (cd->myzone == NULL) {
231 isc_mem_free(ns_g_mctx, cd->myzone);
239 isc_mem_free(ns_g_mctx, cd->myzone);
267 isc_mem_free(ns_g_mctx, cd->myzone);
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c1166 dns_zone_t *myzone = NULL; local
1252 CHECK(dns_zone_create(&myzone, view->mctx));
1253 zone = myzone;
1297 if (myzone != NULL)
1298 dns_zone_detach(&myzone);

Completed in 308 milliseconds