Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1277 int cfg_mark_ports(const char* str, int allow, int* avail, int num);
H A Dconfig_file.c514 return cfg_mark_ports(val, 1, in config_set_option()
517 return cfg_mark_ports(val, 0, in config_set_option()
1776 cfg_mark_ports(const char* str, int allow, int* avail, int num) in cfg_mark_ports() function
H A Dconfigparser.y804 if(!cfg_mark_ports($2, 1,
813 if(!cfg_mark_ports($2, 0,
H A Dconfigparser.c3504 if(!cfg_mark_ports((yyvsp[0].str), 1, in yyparse()
3516 if(!cfg_mark_ports((yyvsp[0].str), 0, in yyparse()
/freebsd/contrib/unbound/doc/
H A DChangelog90 - Fix #1040: fix heap-buffer-overflow issue in function cfg_mark_ports
93 parts of cfg_mark_ports.