Home
last modified time | relevance | path

Searched refs:respip_data (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/respip/
H A Drespip.c348 struct config_str2list* respip_data) in respip_set_apply_cfg() argument
387 pd = respip_data; in respip_set_apply_cfg()
409 cfg->respip_tags, cfg->respip_actions, cfg->respip_data); in respip_global_apply_cfg()
410 cfg->respip_data = NULL; in respip_global_apply_cfg()
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; in respip_views_apply_cfg()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h510 struct config_str2list* respip_data; member
913 struct config_str2list* respip_data; member
H A Dconfigparser.y3424 &cfg_parser->cfg->views->respip_data, $2, $3))
3791 if(!cfg_str2list_insert(&cfg_parser->cfg->respip_data,
H A Dconfigparser.c6974 &cfg_parser->cfg->views->respip_data, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
7434 if(!cfg_str2list_insert(&cfg_parser->cfg->respip_data, in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5214 + getmem_config_str2list(s->respip_data); in getmem_config_view()
5292 m += getmem_config_str2list(cfg->respip_data); in config_file_getmem()
6242 COPY_VAR_ptr(respip_data); in fr_atomic_copy_cfg()