Searched refs:cfg_item (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c75 struct config_strlist* cfg_item = env->cfg->dynlib_file; local
88 i != 0 && cfg_item != NULL;
89 i--, cfg_item = cfg_item->next) {}
91 if (cfg_item == NULL || cfg_item->str == NULL || cfg_item->str[0] == 0) {
95 de->fname = cfg_item->str;

Completed in 100 milliseconds