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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_stub_driver.c67 char *myzone; member in struct:config_data
125 if (strcmp(zone, cd->myzone) == 0) {
159 if (strcmp(cd->myzone, name) == 0)
220 cd->myzone = isc_mem_strdup(ns_g_mctx, argv[1]);
221 if (cd->myzone == NULL) {
229 isc_mem_free(ns_g_mctx, cd->myzone);
237 isc_mem_free(ns_g_mctx, cd->myzone);
265 isc_mem_free(ns_g_mctx, cd->myzone);
/bind-9.11.3/bin/named/
H A Dserver.c2867 dns_zone_t *myzone = NULL; local
2951 dns_zone_getraw(zone, &myzone);
2952 if (myzone != NULL) {
2953 dns_zone_detach(&myzone);
2960 CHECK(dns_zonemgr_createzone(ns_g_server->zonemgr, &myzone));
2961 zone = myzone;
3010 if (myzone != NULL)
3011 dns_zone_detach(&myzone);

Completed in 41 milliseconds