| /src/external/bsd/nsd/dist/ |
| dbcreate.c | 35 region_type* rr_region = region_create(xalloc, free); local 43 rr_region, rr_buffer)){ 48 region_destroy(rr_region); 63 rr_region, rr_buffer)){ 68 region_destroy(rr_region); 76 region_destroy(rr_region);
|
| dbcreate.c | 35 region_type* rr_region = region_create(xalloc, free); local 43 rr_region, rr_buffer)){ 48 region_destroy(rr_region); 63 rr_region, rr_buffer)){ 68 region_destroy(rr_region); 76 region_destroy(rr_region);
|
| tsig.c | 292 region_destroy(tsig->rr_region); 307 tsig->rr_region = region_create_custom(xalloc, free, chunk_size, 321 region_destroy(tsig->rr_region); 423 tsig->rr_region, sizeof(uint16_t) + sizeof(uint32_t)); 595 region_free_all(tsig->rr_region); 597 tsig->key_name = dname_make_from_packet(tsig->rr_region, packet, 1, 1); 628 tsig->rr_region, packet, 1, 1); 650 tsig->rr_region, buffer_current(packet), tsig->mac_size); 665 tsig->rr_region, buffer_current(packet), tsig->other_size);
|
| tsig.c | 292 region_destroy(tsig->rr_region); 307 tsig->rr_region = region_create_custom(xalloc, free, chunk_size, 321 region_destroy(tsig->rr_region); 423 tsig->rr_region, sizeof(uint16_t) + sizeof(uint32_t)); 595 region_free_all(tsig->rr_region); 597 tsig->key_name = dname_make_from_packet(tsig->rr_region, packet, 1, 1); 628 tsig->rr_region, packet, 1, 1); 650 tsig->rr_region, buffer_current(packet), tsig->mac_size); 665 tsig->rr_region, buffer_current(packet), tsig->other_size);
|
| tsig.h | 117 /* TSIG RR data is allocated in the rr_region. */ 118 region_type *rr_region; member in struct:tsig_record 171 * The size params are used to customise the rr_region and context_region.
|
| tsig.h | 117 /* TSIG RR data is allocated in the rr_region. */ 118 region_type *rr_region; member in struct:tsig_record 171 * The size params are used to customise the rr_region and context_region.
|
| util.c | 910 region_type* rr_region, 922 = dname_origin(rr_region, owner); 935 region_free_all(rr_region);
|
| util.c | 910 region_type* rr_region, 922 = dname_origin(rr_region, owner); 935 region_free_all(rr_region);
|