Searched refs:dnstap_socket_path (Results 1 – 5 of 5) sorted by relevance
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()
522 char* dnstap_socket_path; member
317 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()709 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()1160 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()1600 free(cfg->dnstap_socket_path); in config_delete()
3162 free(cfg_parser->cfg->dnstap_socket_path);3163 cfg_parser->cfg->dnstap_socket_path = $2;