upstreams         562 http/ngx_http_upstream.c         uscfp = umcf->upstreams.elts;
upstreams         564 http/ngx_http_upstream.c         for (i = 0; i < umcf->upstreams.nelts; i++) {
upstreams        4212 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
upstreams        4214 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
upstreams        4289 http/ngx_http_upstream.c     uscfp = ngx_array_push(&umcf->upstreams);
upstreams        4457 http/ngx_http_upstream.c     if (ngx_array_init(&umcf->upstreams, cf->pool, 4,
upstreams        4481 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
upstreams        4483 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
upstreams          64 http/ngx_http_upstream.h     ngx_array_t                      upstreams;