Home
last modified time | relevance | path

Searched refs:cfg_strlist_append_ex (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/unbound/util/
H A Dconfig_file.h1064 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
H A Dconfigparser.y3698 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))
3715 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))
H A Dconfigparser.c7302 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, (yyvsp[0].str))) in yyparse()
7321 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, (yyvsp[0].str))) in yyparse()
H A Dconfig_file.c2069 cfg_strlist_append_ex(struct config_strlist** head, char* item) in cfg_strlist_append_ex() function