|
OpenDNSSEC-signer
1.3.9
|
#include <domain.h>

Data Fields | |
| ldns_rdf * | dname |
| domain_status | dstatus |
| allocator_type * | allocator |
| domain_type * | parent |
| denial_type * | denial |
| ldns_rbtree_t * | rrsets |
| allocator_type* domain_struct::allocator |
Definition at line 75 of file domain.h.
Referenced by domain_cleanup(), and domain_create().
| denial_type* domain_struct::denial |
Definition at line 81 of file domain.h.
Referenced by domain_backup(), domain_commit(), domain_create(), domain_print(), domain_queue(), domain_recover(), zonedata_add_denial(), zonedata_del_domain(), zonedata_nsecify(), zonedata_nsecify3(), and zonedata_recover().
| ldns_rdf* domain_struct::dname |
Definition at line 73 of file domain.h.
Referenced by domain_backup(), domain_cleanup(), domain_create(), domain_examine_rrset_is_alone(), domain_examine_rrset_is_singleton(), zone_add_rr(), zonedata_add_denial(), zonedata_add_domain(), zonedata_commit(), zonedata_del_domain(), zonedata_nsecify(), and zonedata_nsecify3().
| domain_status domain_struct::dstatus |
Definition at line 74 of file domain.h.
Referenced by domain_backup(), domain_create(), domain_dstatus(), domain_print(), domain_queue(), domain_recover(), zone_add_rr(), zonedata_nsecify(), and zonedata_nsecify3().
| domain_type* domain_struct::parent |
Definition at line 78 of file domain.h.
Referenced by domain_create(), and domain_dstatus().
| ldns_rbtree_t* domain_struct::rrsets |
Definition at line 84 of file domain.h.
Referenced by domain_add_rrset(), domain_backup(), domain_cleanup(), domain_commit(), domain_count_rrset(), domain_create(), domain_del_rrset(), domain_diff(), domain_examine_data_exists(), domain_examine_rrset_is_alone(), domain_examine_valid_zonecut(), domain_lookup_rrset(), domain_print(), domain_queue(), and domain_rollback().
1.8.1.2