Lines Matching refs:forwards
391 if(cfg_parser->cfg->forwards &&
392 !cfg_parser->cfg->forwards->name)
403 s->next = cfg_parser->cfg->forwards;
404 cfg_parser->cfg->forwards = s;
3169 if(cfg_parser->cfg->forwards->name)
3172 free(cfg_parser->cfg->forwards->name);
3173 cfg_parser->cfg->forwards->name = $2;
3179 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
3186 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2))
3195 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
3204 else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
3213 else cfg_parser->cfg->forwards->ssl_upstream =
3223 else cfg_parser->cfg->forwards->tcp_upstream =