Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/util/
Dconfig_file.h981 int config_get_option_collate(struct config_file* cfg, const char* opt,
Dconfig_file.c909 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) in config_get_option_collate() function
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibunbound.c422 r = config_get_option_collate(ctx->env->cfg, opt, str); in ub_ctx_get_option()