Searched defs:empty (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | builtin.c | 22 * The built-in "version", "hostname", "id", "authors" and "empty" databases. 226 if (strcmp(argv[0], "empty") == 0) { 240 else if (strcmp(argv[0], "empty") == 0) { 241 builtin_t *empty; local 248 empty = isc_mem_get(ns_g_mctx, sizeof(*empty)); 251 if (empty == NULL || server == NULL || contact == NULL) { 257 if (empty != NULL) 258 isc_mem_put(ns_g_mctx, empty, sizeof (*empty)); [all...] |
H A D | server.c | 1181 * Look for forward "zones" beneath this empty zone and if so 1182 * create a custom db for the empty zone. 1293 ISC_LOG_INFO, "automatic empty zone%s%s: %s", 2152 * Setup automatic empty zones. If recursion is off then 2156 (void)ns_config_get(maps, "empty-zones-enable", &obj); 2157 (void)ns_config_get(maps, "disable-empty-zone", &disablelist); 2173 const char *empty; local 2183 { "_builtin", "empty", NULL, NULL }; 2191 result = ns_config_get(maps, "empty-server", &obj); 2206 result = ns_config_get(maps, "empty [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | nsec3.c | 545 dns_name_t empty; local 754 * Add missing NSEC3 records for empty nodes 756 dns_name_init(&empty, NULL); 757 dns_name_clone(name, &empty); 759 labels = dns_name_countlabels(&empty) - 1; 762 dns_name_getlabelsequence(&empty, 1, labels, &empty); 763 CHECK(name_exists(db, version, &empty, &exists)); 767 &empty, origin, hash, iterations, 853 * Create the NSEC3 RDATA for the empty nod 1010 dns_name_t empty; local [all...] |
Completed in 21 milliseconds