Searched refs:dnstap_socket_path (Results 1 – 13 of 13) sorted by relevance
290 if (nsd->options->dnstap_socket_path && in dt_init_dnstap()291 nsd->options->dnstap_socket_path[0] == '/' && in dt_init_dnstap()292 strncmp(nsd->options->dnstap_socket_path, in dt_init_dnstap()294 nsd->options->dnstap_socket_path += l; in dt_init_dnstap()297 dt_col->dt_env = dt_create(nsd->options->dnstap_socket_path, in dt_init_dnstap()
135 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] && in dt_create()137 char* p = cfg->dnstap_socket_path; in dt_create()
350 if(!cfg->dnstap_socket_path || in dt_io_thread_apply_cfg()351 cfg->dnstap_socket_path[0]==0) { in dt_io_thread_apply_cfg()356 nm = cfg->dnstap_socket_path; in dt_io_thread_apply_cfg()
169 char* dnstap_socket_path; member
469 SERV_GET_STR(dnstap_socket_path, o); in config_print_zone()716 print_string_var("dnstap-socket-path:", opt->dnstap_socket_path); in config_test_print_server()
625 { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, $2); }
303 # dnstap-socket-path: "@dnstap_socket_path@"
2277 … { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); } in yyparse()
118 opt->dnstap_socket_path = DNSTAP_SOCKET_PATH; in nsd_options_create()
555 char* dnstap_socket_path; member
328 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()746 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()1216 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()1678 free(cfg->dnstap_socket_path); in config_delete()
3387 free(cfg_parser->cfg->dnstap_socket_path);3388 cfg_parser->cfg->dnstap_socket_path = $2;
6803 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()6804 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()