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

/freebsd-13-stable/contrib/unbound/libunbound/
H A Dlibunbound.c937 if(ctx->env->cfg->forwards &&
938 strcmp(ctx->env->cfg->forwards->name, ".") == 0) {
939 s = ctx->env->cfg->forwards;
940 ctx->env->cfg->forwards = s->next;
957 if(!ctx->env->cfg->forwards ||
958 strcmp(ctx->env->cfg->forwards->name, ".") != 0) {
972 s->next = ctx->env->cfg->forwards;
973 ctx->env->cfg->forwards = s;
975 log_assert(ctx->env->cfg->forwards);
976 s = ctx->env->cfg->forwards;
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp722 std::vector<Chunk *> forwards; local
727 forwards.push_back(e.forwardChunk);
740 chunks.insert(chunks.end(), forwards.begin(), forwards.end());
/freebsd-13-stable/contrib/unbound/util/
H A Dconfigparser.y327 s->next = cfg_parser->cfg->forwards;
328 cfg_parser->cfg->forwards = s;
2656 if(cfg_parser->cfg->forwards->name)
2659 free(cfg_parser->cfg->forwards->name);
2660 cfg_parser->cfg->forwards->name = $2;
2666 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
2673 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2))
2682 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
2691 else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
2700 else cfg_parser->cfg->forwards
[all...]
H A Dconfig_file.h231 struct config_stub* forwards; member in struct:config_file
H A Dconfig_file.c206 cfg->forwards = NULL;
1508 config_delstubs(cfg->forwards);
/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_fwd.c256 /** read forwards config */
261 for(s = cfg->forwards; s; s = s->next) {
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c167 for(p=cfg->forwards; p; p=p->next) {
563 warn_hosts("forward-host", cfg->forwards);
826 /** check forwards */

Completed in 132 milliseconds