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

/freebsd-10-stable/contrib/unbound/libunbound/
H A Dlibunbound.c870 if(ctx->env->cfg->forwards &&
871 strcmp(ctx->env->cfg->forwards->name, ".") == 0) {
872 s = ctx->env->cfg->forwards;
873 ctx->env->cfg->forwards = s->next;
890 if(!ctx->env->cfg->forwards ||
891 strcmp(ctx->env->cfg->forwards->name, ".") != 0) {
905 s->next = ctx->env->cfg->forwards;
906 ctx->env->cfg->forwards = s;
908 log_assert(ctx->env->cfg->forwards);
909 s = ctx->env->cfg->forwards;
[all...]
/freebsd-10-stable/contrib/unbound/util/
H A Dconfigparser.y216 s->next = cfg_parser->cfg->forwards;
217 cfg_parser->cfg->forwards = s;
1390 if(cfg_parser->cfg->forwards->name)
1393 free(cfg_parser->cfg->forwards->name);
1394 cfg_parser->cfg->forwards->name = $2;
1400 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
1407 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2))
1416 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
H A Dconfig_file.h158 struct config_stub* forwards; member in struct:config_file
H A Dconfig_file.c169 cfg->forwards = NULL;
934 config_delstubs(cfg->forwards);
/freebsd-10-stable/contrib/unbound/iterator/
H A Diter_fwd.c249 /** read forwards config */
254 for(s = cfg->forwards; s; s = s->next) {
/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c323 warn_hosts("forward-host", cfg->forwards);
443 /** check forwards */
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c7344 HOST_WIDE_INT forwards;
7467 HOST_WIDE_INT max_address = fix->address + fix->forwards - minipool_pad;
7699 re-located a forwards fix); force the new fix to come
8043 fix->forwards = get_attr_pool_range (insn);
8050 gcc_assert (fix->forwards || fix->backwards);
8064 -1 * (long)fix->backwards, (long)fix->forwards);
7330 HOST_WIDE_INT forwards; member in struct:minipool_fixup

Completed in 270 milliseconds