Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h962 int cfg_strlist_append_ex(struct config_strlist** head, char* item);
H A Dconfigparser.y3314 if(!cfg_strlist_append_ex(&cfg_parser->cfg->python_script, $2))
3329 if(!cfg_strlist_append_ex(&cfg_parser->cfg->dynlib_file, $2))
H A Dconfig_file.c1867 cfg_strlist_append_ex(struct config_strlist** head, char* item) in cfg_strlist_append_ex() function