Searched defs:zonecut (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-signzone.c | 1442 dns_name_t *name, *nextname, *zonecut; local 1605 zonecut = NULL; 1628 zonecut = dns_fixedname_name(&fzonecut); 1629 dns_name_copy(name, zonecut, NULL); 1641 (zonecut != NULL && 1642 dns_name_issubdomain(nextname, zonecut))) 1759 static dns_name_t *zonecut = NULL; /* Protected by namelock. */ local 1811 (zonecut == NULL || 1812 !dns_name_issubdomain(name, zonecut))) { 1815 zonecut 2027 dns_name_t *name, *nextname, *zonecut; local 2380 dns_name_t *name, *nextname, *zonecut; local [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rbtdb.c | 474 dns_rbtnode_t * zonecut; member in struct:__anon127 2576 * zonecut. 2578 if (search->zonecut != NULL) 2659 search->zonecut = node; 2663 * Since we've found a zonecut, anything beneath it is 2690 * There is no zonecut at this node which is active in this 2790 node = search->zonecut; 2854 if (node != search->zonecut) { 3487 search.zonecut = NULL; 3512 if (search.zonecut ! [all...] |
Completed in 1055 milliseconds