umcf             1150 http/modules/ngx_http_fastcgi_module.c     ngx_http_upstream_main_conf_t  *umcf;
umcf             1154 http/modules/ngx_http_fastcgi_module.c     umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf             1452 http/modules/ngx_http_fastcgi_module.c                 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
umcf             1248 http/modules/ngx_http_proxy_module.c     ngx_http_upstream_main_conf_t  *umcf;
umcf             1250 http/modules/ngx_http_proxy_module.c     umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf             1289 http/modules/ngx_http_proxy_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
umcf              850 http/modules/ngx_http_scgi_module.c     ngx_http_upstream_main_conf_t  *umcf;
umcf              852 http/modules/ngx_http_scgi_module.c     umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf              892 http/modules/ngx_http_scgi_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
umcf              900 http/modules/ngx_http_uwsgi_module.c     ngx_http_upstream_main_conf_t  *umcf;
umcf              902 http/modules/ngx_http_uwsgi_module.c     umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf              942 http/modules/ngx_http_uwsgi_module.c             hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
umcf              443 http/ngx_http_upstream.c     ngx_http_upstream_main_conf_t  *umcf;
umcf              560 http/ngx_http_upstream.c         umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf              562 http/ngx_http_upstream.c         uscfp = umcf->upstreams.elts;
umcf              564 http/ngx_http_upstream.c         for (i = 0; i < umcf->upstreams.nelts; i++) {
umcf             1808 http/ngx_http_upstream.c     ngx_http_upstream_main_conf_t  *umcf;
umcf             1810 http/ngx_http_upstream.c     umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module);
umcf             1832 http/ngx_http_upstream.c             hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash,
umcf             1885 http/ngx_http_upstream.c         hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash,
umcf             4196 http/ngx_http_upstream.c     ngx_http_upstream_main_conf_t  *umcf;
umcf             4210 http/ngx_http_upstream.c     umcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_upstream_module);
umcf             4212 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
umcf             4214 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
umcf             4289 http/ngx_http_upstream.c     uscfp = ngx_array_push(&umcf->upstreams);
umcf             4450 http/ngx_http_upstream.c     ngx_http_upstream_main_conf_t  *umcf;
umcf             4452 http/ngx_http_upstream.c     umcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_main_conf_t));
umcf             4453 http/ngx_http_upstream.c     if (umcf == NULL) {
umcf             4457 http/ngx_http_upstream.c     if (ngx_array_init(&umcf->upstreams, cf->pool, 4,
umcf             4464 http/ngx_http_upstream.c     return umcf;
umcf             4471 http/ngx_http_upstream.c     ngx_http_upstream_main_conf_t  *umcf = conf;
umcf             4481 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
umcf             4483 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
umcf             4513 http/ngx_http_upstream.c     hash.hash = &umcf->headers_in_hash;