Home
last modified time | relevance | path

Searched refs:domain_table_type (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnamedb.h33 typedef struct domain_table domain_table_type; typedef
194 domain_table_type *domain_table_create(region_type *region);
199 int domain_table_search(domain_table_type* table,
209 domain_table_count(domain_table_type* table) in domain_table_count()
222 domain_type* domain_table_find(domain_table_type* table,
232 domain_type *domain_table_insert(domain_table_type *table,
241 void prehash_clear(domain_table_type* table);
242 void prehash_add(domain_table_type* table, domain_type* domain);
243 void prehash_del(domain_table_type* table, domain_type* domain);
244 int domain_is_prehash(domain_table_type* table, domain_type* domain);
[all …]
H A Dnamedb.c24 allocate_domain_info(domain_table_type* table, in allocate_domain_info()
65 allocate_domain_nsec3(domain_table_type* table, domain_type* result) in allocate_domain_nsec3()
86 numlist_make_last(domain_table_type* table, domain_type* domain) in numlist_make_last()
127 numlist_pop_last(domain_table_type* table) in numlist_pop_last()
153 int domain_is_prehash(domain_table_type* table, domain_type* domain) in domain_is_prehash()
173 void prehash_clear(domain_table_type* table) in prehash_clear()
187 prehash_add(domain_table_type* table, domain_type* domain) in prehash_add()
200 prehash_del(domain_table_type* table, domain_type* domain) in prehash_del()
312 domain_table_type *
316 domain_table_type* result; in domain_table_create()
[all …]
H A Drdata.h36 domain_table_type *owners,
H A Dpacket.h187 domain_table_type *owners,
H A Dzonec.h146 int zonec_parse_string(region_type* region, domain_table_type* domains,
H A Dpacket.c263 packet_read_rr(region_type *region, domain_table_type *owners, in packet_read_rr()
H A Dxfr-inspect.c147 domain_table_type* table; in print_records()
H A Dzonec.c2288 static domain_table_type* orig_domains = NULL;
2294 zonec_setup_string_parser(region_type* region, domain_table_type* domains) in zonec_setup_string_parser()
2317 zonec_parse_string(region_type* region, domain_table_type* domains, in zonec_parse_string()
H A Drdata.c924 domain_table_type *owners, in rdata_wireformat_to_rdata_atoms()
H A Dnsd-checkconf.c25 domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone), in zonec_parse_string()
H A Dixfr.c1306 domain_table_type *temptable; in ixfr_store_putrr()
2009 domain_table_type* owners; in parse_wirerr_into_temp()
H A Ddifffile.c690 domain_table_type *temptable; in delete_RR()
H A Dxfrd.c1812 domain_table_type* owners; in xfrd_xfr_check_rrs()