Searched refs:tmpregion (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsec3.c | 131 const dname_type* dname, domain_type* domain, region_type* tmpregion) in nsec3_lookup_hash_and_wc() argument 143 wcard = dname_parse(tmpregion, "*"); in nsec3_lookup_hash_and_wc() 144 wcard = dname_concatenate(tmpregion, wcard, dname); in nsec3_lookup_hash_and_wc() 183 region_type* tmpregion; in check_apex_soa() local 186 tmpregion = region_create(xalloc, free); in check_apex_soa() 187 hashed_apex = nsec3_b32_create(tmpregion, zone, h); in check_apex_soa() 196 region_destroy(tmpregion); in check_apex_soa() 207 region_destroy(tmpregion); in check_apex_soa() 212 region_destroy(tmpregion); in check_apex_soa() 222 region_destroy(tmpregion); in check_apex_soa() [all …]
|
| H A D | xfr-inspect.c | 150 region_type* tmpregion = region_create(xalloc, free); in print_records() local 152 if(!tmpregion) { in print_records() 161 table = domain_table_create(tmpregion); in print_records() 183 if(!print_rr(stdout, NULL, rr, tmpregion, tmpbuf)) { in print_records() 188 region_destroy(tmpregion); in print_records()
|
| H A D | nsec3.h | 98 struct zone* zone, struct region* tmpregion);
|
| H A D | difffile.c | 548 region_type* tmpregion = region_create(xalloc, free); in nsec3_rrsets_changed_add_prehash() local 549 nsec3_precompile_domain(db, domain, zone, tmpregion); in nsec3_rrsets_changed_add_prehash() 550 region_destroy(tmpregion); in nsec3_rrsets_changed_add_prehash()
|