Symbol: domain_table_type
usr.sbin/nsd/difffile.c
735
domain_table_type *temptable;
usr.sbin/nsd/ixfr.c
1947
domain_table_type* owners;
usr.sbin/nsd/namedb.c
125
numlist_pop_last(domain_table_type* table)
usr.sbin/nsd/namedb.c
151
int domain_is_prehash(domain_table_type* table, domain_type* domain)
usr.sbin/nsd/namedb.c
171
void prehash_clear(domain_table_type* table)
usr.sbin/nsd/namedb.c
185
prehash_add(domain_table_type* table, domain_type* domain)
usr.sbin/nsd/namedb.c
198
prehash_del(domain_table_type* table, domain_type* domain)
usr.sbin/nsd/namedb.c
24
allocate_domain_info(domain_table_type* table,
usr.sbin/nsd/namedb.c
310
domain_table_type *
usr.sbin/nsd/namedb.c
314
domain_table_type* result;
usr.sbin/nsd/namedb.c
341
result = (domain_table_type *) region_alloc(region,
usr.sbin/nsd/namedb.c
342
sizeof(domain_table_type));
usr.sbin/nsd/namedb.c
364
domain_table_search(domain_table_type *table,
usr.sbin/nsd/namedb.c
403
domain_table_find(domain_table_type* table,
usr.sbin/nsd/namedb.c
417
domain_table_insert(domain_table_type* table,
usr.sbin/nsd/namedb.c
65
allocate_domain_nsec3(domain_table_type* table, domain_type* result)
usr.sbin/nsd/namedb.c
85
numlist_make_last(domain_table_type* table, domain_type* domain)
usr.sbin/nsd/namedb.h
214
domain_table_type *domain_table_create(region_type *region);
usr.sbin/nsd/namedb.h
219
int domain_table_search(domain_table_type* table,
usr.sbin/nsd/namedb.h
229
domain_table_count(domain_table_type* table)
usr.sbin/nsd/namedb.h
242
domain_type* domain_table_find(domain_table_type* table,
usr.sbin/nsd/namedb.h
252
domain_type *domain_table_insert(domain_table_type *table,
usr.sbin/nsd/namedb.h
261
void prehash_clear(domain_table_type* table);
usr.sbin/nsd/namedb.h
262
void prehash_add(domain_table_type* table, domain_type* domain);
usr.sbin/nsd/namedb.h
263
void prehash_del(domain_table_type* table, domain_type* domain);
usr.sbin/nsd/namedb.h
264
int domain_is_prehash(domain_table_type* table, domain_type* domain);
usr.sbin/nsd/namedb.h
356
domain_table_type* domains;
usr.sbin/nsd/namedb.h
408
void allocate_domain_nsec3(domain_table_type *table, domain_type *result);
usr.sbin/nsd/namedb.h
444
void numlist_make_last(domain_table_type* table, domain_type* domain);
usr.sbin/nsd/namedb.h
446
domain_type* numlist_pop_last(domain_table_type* table);
usr.sbin/nsd/nsd-checkconf.c
25
domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone),
usr.sbin/nsd/packet.c
246
packet_read_rr(region_type *region, domain_table_type *owners,
usr.sbin/nsd/packet.h
187
domain_table_type *owners,
usr.sbin/nsd/xfr-inspect.c
147
domain_table_type* table;
usr.sbin/nsd/xfrd.c
2016
domain_table_type* owners;