uscf 224 http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_srv_conf_t *uscf; uscf 226 http/modules/ngx_http_upstream_ip_hash_module.c uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module); uscf 228 http/modules/ngx_http_upstream_ip_hash_module.c uscf->peer.init_upstream = ngx_http_upstream_init_ip_hash; uscf 230 http/modules/ngx_http_upstream_ip_hash_module.c uscf->flags = NGX_HTTP_UPSTREAM_CREATE uscf 442 http/ngx_http_upstream.c ngx_http_upstream_srv_conf_t *uscf, **uscfp; uscf 539 http/ngx_http_upstream.c uscf = u->conf->upstream; uscf 566 http/ngx_http_upstream.c uscf = uscfp[i]; uscf 568 http/ngx_http_upstream.c if (uscf->host.len == host->len uscf 569 http/ngx_http_upstream.c && ((uscf->port == 0 && u->resolved->no_port) uscf 570 http/ngx_http_upstream.c || uscf->port == u->resolved->port) uscf 571 http/ngx_http_upstream.c && ngx_memcmp(uscf->host.data, host->data, host->len) == 0) uscf 622 http/ngx_http_upstream.c if (uscf->peer.init(r, uscf) != NGX_OK) { uscf 3954 http/ngx_http_upstream.c ngx_http_upstream_srv_conf_t *uscf; uscf 3962 http/ngx_http_upstream.c uscf = ngx_http_upstream_add(cf, &u, NGX_HTTP_UPSTREAM_CREATE uscf 3968 http/ngx_http_upstream.c if (uscf == NULL) { uscf 3988 http/ngx_http_upstream.c ctx->srv_conf[ngx_http_upstream_module.ctx_index] = uscf; uscf 3990 http/ngx_http_upstream.c uscf->srv_conf = ctx->srv_conf; uscf 4041 http/ngx_http_upstream.c if (uscf->servers == NULL) { uscf 4054 http/ngx_http_upstream.c ngx_http_upstream_srv_conf_t *uscf = conf; uscf 4063 http/ngx_http_upstream.c if (uscf->servers == NULL) { uscf 4064 http/ngx_http_upstream.c uscf->servers = ngx_array_create(cf->pool, 4, uscf 4066 http/ngx_http_upstream.c if (uscf->servers == NULL) { uscf 4071 http/ngx_http_upstream.c us = ngx_array_push(uscf->servers); uscf 4102 http/ngx_http_upstream.c if (!(uscf->flags & NGX_HTTP_UPSTREAM_WEIGHT)) { uscf 4117 http/ngx_http_upstream.c if (!(uscf->flags & NGX_HTTP_UPSTREAM_MAX_FAILS)) { uscf 4132 http/ngx_http_upstream.c if (!(uscf->flags & NGX_HTTP_UPSTREAM_FAIL_TIMEOUT)) { uscf 4150 http/ngx_http_upstream.c if (!(uscf->flags & NGX_HTTP_UPSTREAM_BACKUP)) { uscf 4161 http/ngx_http_upstream.c if (!(uscf->flags & NGX_HTTP_UPSTREAM_DOWN)) { uscf 4195 http/ngx_http_upstream.c ngx_http_upstream_srv_conf_t *uscf, **uscfp; uscf 4259 http/ngx_http_upstream.c uscf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_srv_conf_t)); uscf 4260 http/ngx_http_upstream.c if (uscf == NULL) { uscf 4264 http/ngx_http_upstream.c uscf->flags = flags; uscf 4265 http/ngx_http_upstream.c uscf->host = u->host; uscf 4266 http/ngx_http_upstream.c uscf->file_name = cf->conf_file->file.name.data; uscf 4267 http/ngx_http_upstream.c uscf->line = cf->conf_file->line; uscf 4268 http/ngx_http_upstream.c uscf->port = u->port; uscf 4269 http/ngx_http_upstream.c uscf->default_port = u->default_port; uscf 4272 http/ngx_http_upstream.c uscf->servers = ngx_array_create(cf->pool, 1, uscf 4274 http/ngx_http_upstream.c if (uscf->servers == NULL) { uscf 4278 http/ngx_http_upstream.c us = ngx_array_push(uscf->servers); uscf 4294 http/ngx_http_upstream.c *uscfp = uscf; uscf 4296 http/ngx_http_upstream.c return uscf; uscf 336 http/ngx_http_upstream.h #define ngx_http_conf_upstream_srv_conf(uscf, module) \ uscf 337 http/ngx_http_upstream.h uscf->srv_conf[module.ctx_index]