HomeSort by: relevance | last modified time | path
    Searched refs:tmpregion (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsec3.c 135 const dname_type* dname, domain_type* domain, region_type* tmpregion)
147 wcard = dname_parse(tmpregion, "*");
148 wcard = dname_concatenate(tmpregion, wcard, dname);
199 region_type* tmpregion; local
202 tmpregion = region_create(xalloc, free);
203 hashed_apex = nsec3_b32_create(tmpregion, zone, h);
212 region_destroy(tmpregion);
223 region_destroy(tmpregion);
228 region_destroy(tmpregion);
238 region_destroy(tmpregion);
633 region_type* tmpregion = region_create(xalloc, free); local
    [all...]
xfr-inspect.c 150 region_type* tmpregion = region_create(xalloc, free); local
152 if(!tmpregion) {
161 table = domain_table_create(tmpregion);
183 if(!print_rr(stdout, NULL, rr, tmpregion, tmpbuf)) {
188 region_destroy(tmpregion);
nsec3.h 98 struct zone* zone, struct region* tmpregion);
difffile.c 601 region_type* tmpregion = region_create(xalloc, free); local
602 nsec3_precompile_domain(db, domain, zone, tmpregion);
603 region_destroy(tmpregion);
xfrd.c 2568 struct region* tmpregion = region_create(xalloc, free); local
2586 if(!tmpregion)
2589 get_cert_info(tp->ssl, tmpregion, &cert_serial,
2607 region_destroy(tmpregion);

Completed in 50 milliseconds