Searched refs:respip_data (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/unbound/respip/ |
| H A D | respip.c | 348 struct config_str2list* respip_data) in respip_set_apply_cfg() 387 pd = respip_data; in respip_set_apply_cfg() 409 cfg->respip_tags, cfg->respip_actions, cfg->respip_data); 410 cfg->respip_data = NULL; 439 if(!cv->respip_actions && !cv->respip_data) in respip_views_apply_cfg() 455 cv->respip_actions, cv->respip_data); in respip_views_apply_cfg() 465 cv->respip_data = NULL; 342 respip_set_apply_cfg(struct respip_set * set,char * const * tagname,int num_tags,struct config_strbytelist * respip_tags,struct config_str2list * respip_actions,struct config_str2list * respip_data) respip_set_apply_cfg() argument
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 506 struct config_str2list* respip_data; member 907 struct config_str2list* respip_data; member
|
| H A D | configparser.y | 3400 &cfg_parser->cfg->views->respip_data, $2, $3)) 3767 if(!cfg_str2list_insert(&cfg_parser->cfg->respip_data,
|
| H A D | configparser.c | 6930 &cfg_parser->cfg->views->respip_data, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse() 7390 if(!cfg_str2list_insert(&cfg_parser->cfg->respip_data, in yyparse()
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | unitmain.c | 875 struct config_str2list** respip_data) in cfg_insert_respip_data() argument 893 if(!cfg_str2list_insert(respip_data, ip, data)) in cfg_insert_respip_data() 908 cfg_insert_respip_data(&cfg.respip_actions, &cfg.respip_data); in respip_conf_data_test() 937 cfg_insert_respip_data(&cv->respip_actions, &cv->respip_data); in respip_view_conf_data_test()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5159 + getmem_config_str2list(s->respip_data); in getmem_config_view() 5236 m += getmem_config_str2list(cfg->respip_data); in config_file_getmem() 6047 COPY_VAR_ptr(respip_data); in fr_atomic_copy_cfg()
|