Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1406 int cfg_has_https(struct config_file* cfg);
H A Dconfig_file.c2787 int cfg_has_https(struct config_file* cfg) in cfg_has_https() function
/freebsd/contrib/unbound/daemon/
H A Dunbound.c210 if(cfg_has_https(cfg)) { in checkrlimits()