domain_table_type
domain_table_type *temptable;
domain_table_type* owners;
numlist_pop_last(domain_table_type* table)
int domain_is_prehash(domain_table_type* table, domain_type* domain)
void prehash_clear(domain_table_type* table)
prehash_add(domain_table_type* table, domain_type* domain)
prehash_del(domain_table_type* table, domain_type* domain)
allocate_domain_info(domain_table_type* table,
domain_table_type *
domain_table_type* result;
result = (domain_table_type *) region_alloc(region,
sizeof(domain_table_type));
domain_table_search(domain_table_type *table,
domain_table_find(domain_table_type* table,
domain_table_insert(domain_table_type* table,
allocate_domain_nsec3(domain_table_type* table, domain_type* result)
numlist_make_last(domain_table_type* table, domain_type* domain)
domain_table_type *domain_table_create(region_type *region);
int domain_table_search(domain_table_type* table,
domain_table_count(domain_table_type* table)
domain_type* domain_table_find(domain_table_type* table,
domain_type *domain_table_insert(domain_table_type *table,
void prehash_clear(domain_table_type* table);
void prehash_add(domain_table_type* table, domain_type* domain);
void prehash_del(domain_table_type* table, domain_type* domain);
int domain_is_prehash(domain_table_type* table, domain_type* domain);
domain_table_type* domains;
void allocate_domain_nsec3(domain_table_type *table, domain_type *result);
void numlist_make_last(domain_table_type* table, domain_type* domain);
domain_type* numlist_pop_last(domain_table_type* table);
domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone),
packet_read_rr(region_type *region, domain_table_type *owners,
domain_table_type *owners,
domain_table_type* table;
domain_table_type* owners;