Searched refs:dnstap_socket_path (Results 1 – 6 of 6) sorted by relevance
160 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] && in dt_create()162 char* p = cfg->dnstap_socket_path; in dt_create()
356 if(!cfg->dnstap_socket_path || in dt_io_thread_apply_cfg()357 cfg->dnstap_socket_path[0]==0) { in dt_io_thread_apply_cfg()362 nm = cfg->dnstap_socket_path; in dt_io_thread_apply_cfg()
583 char* dnstap_socket_path; member
340 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()782 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()1270 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()1740 free(cfg->dnstap_socket_path); in config_delete()
3534 free(cfg_parser->cfg->dnstap_socket_path);3535 cfg_parser->cfg->dnstap_socket_path = $2;
7085 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()7086 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()