Searched refs:domain_table_type (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | namedb.h | 33 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 D | namedb.c | 24 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 D | rdata.h | 36 domain_table_type *owners,
|
H A D | packet.h | 187 domain_table_type *owners,
|
H A D | zonec.h | 146 int zonec_parse_string(region_type* region, domain_table_type* domains,
|
H A D | packet.c | 263 packet_read_rr(region_type *region, domain_table_type *owners, in packet_read_rr()
|
H A D | xfr-inspect.c | 147 domain_table_type* table; in print_records()
|
H A D | zonec.c | 2288 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 D | rdata.c | 924 domain_table_type *owners, in rdata_wireformat_to_rdata_atoms()
|
H A D | nsd-checkconf.c | 25 domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone), in zonec_parse_string()
|
H A D | ixfr.c | 1306 domain_table_type *temptable; in ixfr_store_putrr() 2009 domain_table_type* owners; in parse_wirerr_into_temp()
|
H A D | difffile.c | 690 domain_table_type *temptable; in delete_RR()
|
H A D | xfrd.c | 1812 domain_table_type* owners; in xfrd_xfr_check_rrs()
|