Symbol: region_strdup
usr.sbin/nsd/configparser.y
1002
cfg_parser->zone->name = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
1036
cfg_parser->pattern->pname = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
1048
{ cfg_parser->pattern->zonefile = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
1050
{ cfg_parser->pattern->zonestats = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
1208
cfg_parser->pattern->catalog_member_pattern = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
1221
cfg_parser->pattern->catalog_producer_zone = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
1249
cfg_parser->opt->verify_port = region_strdup(cfg_parser->opt->region, buf);
usr.sbin/nsd/configparser.y
1288
comp->str = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
1306
ip->address = region_strdup(cfg_parser->opt->region, $1);
usr.sbin/nsd/configparser.y
1331
{ char *tls_auth_name = region_strdup(cfg_parser->opt->region, $1);
usr.sbin/nsd/configparser.y
1336
{ char *tls_auth_name = region_strdup(cfg_parser->opt->region, $1);
usr.sbin/nsd/configparser.y
339
{ cfg_parser->opt->identity = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
341
{ cfg_parser->opt->version = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
364
cfg_parser->opt->nsid = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
373
{ cfg_parser->opt->logfile = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
402
{ cfg_parser->opt->pidfile = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
408
cfg_parser->opt->port = region_strdup(cfg_parser->opt->region, buf);
usr.sbin/nsd/configparser.y
415
{ cfg_parser->opt->chroot = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
417
{ cfg_parser->opt->username = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
419
{ cfg_parser->opt->zonesdir = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
421
{ cfg_parser->opt->zonelistfile = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
425
{ cfg_parser->opt->xfrdfile = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
427
{ cfg_parser->opt->xfrdir = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
511
{ cfg_parser->opt->tls_service_key = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
513
{ cfg_parser->opt->tls_service_ocsp = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
515
{ cfg_parser->opt->tls_service_pem = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
521
cfg_parser->opt->tls_port = region_strdup(cfg_parser->opt->region, buf);
usr.sbin/nsd/configparser.y
528
cfg_parser->opt->tls_auth_port = region_strdup(cfg_parser->opt->region, buf);
usr.sbin/nsd/configparser.y
539
{ cfg_parser->opt->tls_cert_bundle = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
558
cfg_parser->opt->cookie_secret = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
569
cfg_parser->opt->cookie_staging_secret = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
580
if(*$2) cfg_parser->opt->cookie_secret_file = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
623
cfg_parser->opt->xdp_interface = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
629
cfg_parser->opt->xdp_program_path = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
641
cfg_parser->opt->xdp_bpffs_path = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
681
cfg_parser->opt->metrics_path = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
781
{ cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
783
{ cfg_parser->opt->dnstap_ip = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
787
{ cfg_parser->opt->dnstap_tls_server_name = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
789
{ cfg_parser->opt->dnstap_tls_cert_bundle = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
791
{ cfg_parser->opt->dnstap_tls_client_key_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
793
{ cfg_parser->opt->dnstap_tls_client_cert_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
799
{ cfg_parser->opt->dnstap_identity = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
801
{ cfg_parser->opt->dnstap_version = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
836
{ cfg_parser->opt->server_key_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
838
{ cfg_parser->opt->server_cert_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
840
{ cfg_parser->opt->control_key_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
842
{ cfg_parser->opt->control_cert_file = region_strdup(cfg_parser->opt->region, $2); }
usr.sbin/nsd/configparser.y
875
cfg_parser->tls_auth->name = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
884
cfg_parser->tls_auth->auth_domain_name = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
888
cfg_parser->tls_auth->client_cert = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
892
cfg_parser->tls_auth->client_key = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
896
cfg_parser->tls_auth->client_key_pw = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
904
key->algorithm = region_strdup(cfg_parser->opt->region, "sha256");
usr.sbin/nsd/configparser.y
934
cfg_parser->key->name = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
946
cfg_parser->key->algorithm = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/configparser.y
954
cfg_parser->key->secret = region_strdup(cfg_parser->opt->region, $2);
usr.sbin/nsd/dbaccess.c
309
zone->filename = region_strdup(nsd->db->region, fname);
usr.sbin/nsd/dbcreate.c
232
zone->filename = region_strdup(nsd->db->region, zfile);
usr.sbin/nsd/difffile.c
1118
zopt->name = region_strdup(opt->region, zstr);
usr.sbin/nsd/difffile.c
1635
zone->logstr = region_strdup(nsd->db->region, log_buf);
usr.sbin/nsd/nsd.c
940
ip->address = region_strdup(
usr.sbin/nsd/options.c
1248
b->ip_address_spec = region_strdup(region, a->ip_address_spec);
usr.sbin/nsd/options.c
1250
b->key_name = region_strdup(region, a->key_name);
usr.sbin/nsd/options.c
1252
b->tls_auth_name = region_strdup(region, a->tls_auth_name);
usr.sbin/nsd/options.c
1320
(*ov)[ovc] = region_strdup(opt->region, nv[ovc]);
usr.sbin/nsd/options.c
1337
orig->zonefile = region_strdup(region, p->zonefile);
usr.sbin/nsd/options.c
1340
orig->zonestats = region_strdup(region, p->zonestats);
usr.sbin/nsd/options.c
1374
region_strdup(region, p->catalog_member_pattern);
usr.sbin/nsd/options.c
1378
region_strdup(region, p->catalog_producer_zone);
usr.sbin/nsd/options.c
1389
orig->pname = region_strdup(opt->region, p->pname);
usr.sbin/nsd/options.c
1603
char* result = region_strdup(r, (char*)buffer_current(b));
usr.sbin/nsd/options.c
1946
orig->name = region_strdup(opt->region, key->name);
usr.sbin/nsd/options.c
1947
orig->algorithm = region_strdup(opt->region, key->algorithm);
usr.sbin/nsd/options.c
1948
orig->secret = region_strdup(opt->region, key->secret);
usr.sbin/nsd/options.c
1957
orig->algorithm = region_strdup(opt->region, key->algorithm);
usr.sbin/nsd/options.c
1960
orig->secret = region_strdup(opt->region, key->secret);
usr.sbin/nsd/options.c
2731
acl->ip_address_spec = region_strdup(region, ip);
usr.sbin/nsd/options.c
275
opt->configfile = region_strdup(opt->region, file);
usr.sbin/nsd/options.c
2793
acl->key_name = region_strdup(region, key);
usr.sbin/nsd/options.c
280
region_strdup(opt->region, COOKIESECRETSFILE);
usr.sbin/nsd/options.c
2852
dest->zonefile = region_strdup(cfg_parser->opt->region,
usr.sbin/nsd/options.c
2855
dest->zonestats = region_strdup(cfg_parser->opt->region,
usr.sbin/nsd/options.c
2935
vec[cnt] = region_strdup(region, pat->verifier[cnt]);
usr.sbin/nsd/options.c
2955
dest->catalog_member_pattern = region_strdup(
usr.sbin/nsd/options.c
2958
dest->catalog_producer_zone = region_strdup(
usr.sbin/nsd/options.c
3004
n->node.key = region_strdup(opt->region, statname);
usr.sbin/nsd/options.c
3132
current->address = region_strdup(region,
usr.sbin/nsd/options.c
422
n->node.key = region_strdup(opt->region, "");
usr.sbin/nsd/options.c
487
zone->name = region_strdup(opt->region, nm);
usr.sbin/nsd/region-allocator.c
438
*to_replace = region_strdup(region, string);
usr.sbin/nsd/region-allocator.c
446
*to_replace = region_strdup(region, string);
usr.sbin/nsd/region-allocator.h
130
char *region_strdup(region_type *region, const char *string);
usr.sbin/nsd/remote.c
1716
zopt->name = region_strdup(xfrd->nsd->options->region,
usr.sbin/nsd/remote.c
2308
key_opt->secret = region_strdup(region, arg2);
usr.sbin/nsd/remote.c
2372
new_key_opt->name = region_strdup(region, arg);
usr.sbin/nsd/remote.c
2373
new_key_opt->secret = region_strdup(region, arg2);
usr.sbin/nsd/remote.c
2374
new_key_opt->algorithm = region_strdup(region, algo);
usr.sbin/nsd/remote.c
2396
acl->key_name = region_strdup(region, key_name);
usr.sbin/nsd/server.c
581
nsd->zonestatfname[0] = region_strdup(nsd->region, tmpfile);
usr.sbin/nsd/server.c
584
nsd->zonestatfname[1] = region_strdup(nsd->region, tmpfile);
usr.sbin/nsd/server.c
741
nsd->statfname = region_strdup(nsd->region, tmpfile);
usr.sbin/nsd/xfrd-catalog-zones.c
283
consumer_zone->invalid = region_strdup(xfrd->region, message);
usr.sbin/nsd/xfrd-catalog-zones.c
833
to_add->options.name = region_strdup(
usr.sbin/nsd/xfrd-tcp.c
102
*cert_algorithm = region_strdup(region, pkey_name);
usr.sbin/nsd/xfrd-tcp.c
107
*cert_algorithm = region_strdup(region, algo_buffer);
usr.sbin/nsd/xfrd-tcp.c
115
*tls_version = region_strdup(region, version_name);
usr.sbin/nsd/xfrd-tcp.c
120
*tls_version = region_strdup(region, version_buffer);
usr.sbin/nsd/xfrd-tcp.c
76
*cert_serial = region_strdup(region, temp_buffer);
usr.sbin/nsd/xfrd-tcp.c
90
*key_id = region_strdup(region, key_id_buffer);
usr.sbin/nsd/zonec.c
377
paths[zone->includes.count] = region_strdup(database->region, path);
usr.sbin/nsd/zparser.y
433
$$.str = region_strdup(parser->rr_region, ".");