uscfp             442 http/ngx_http_upstream.c     ngx_http_upstream_srv_conf_t   *uscf, **uscfp;
uscfp             562 http/ngx_http_upstream.c         uscfp = umcf->upstreams.elts;
uscfp             566 http/ngx_http_upstream.c             uscf = uscfp[i];
uscfp            4195 http/ngx_http_upstream.c     ngx_http_upstream_srv_conf_t   *uscf, **uscfp;
uscfp            4212 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
uscfp            4216 http/ngx_http_upstream.c         if (uscfp[i]->host.len != u->host.len
uscfp            4217 http/ngx_http_upstream.c             || ngx_strncasecmp(uscfp[i]->host.data, u->host.data, u->host.len)
uscfp            4224 http/ngx_http_upstream.c              && (uscfp[i]->flags & NGX_HTTP_UPSTREAM_CREATE))
uscfp            4231 http/ngx_http_upstream.c         if ((uscfp[i]->flags & NGX_HTTP_UPSTREAM_CREATE) && u->port) {
uscfp            4238 http/ngx_http_upstream.c         if ((flags & NGX_HTTP_UPSTREAM_CREATE) && uscfp[i]->port) {
uscfp            4241 http/ngx_http_upstream.c                           &u->host, uscfp[i]->port,
uscfp            4242 http/ngx_http_upstream.c                           uscfp[i]->file_name, uscfp[i]->line);
uscfp            4246 http/ngx_http_upstream.c         if (uscfp[i]->port != u->port) {
uscfp            4250 http/ngx_http_upstream.c         if (uscfp[i]->default_port && u->default_port
uscfp            4251 http/ngx_http_upstream.c             && uscfp[i]->default_port != u->default_port)
uscfp            4256 http/ngx_http_upstream.c         return uscfp[i];
uscfp            4289 http/ngx_http_upstream.c     uscfp = ngx_array_push(&umcf->upstreams);
uscfp            4290 http/ngx_http_upstream.c     if (uscfp == NULL) {
uscfp            4294 http/ngx_http_upstream.c     *uscfp = uscf;
uscfp            4479 http/ngx_http_upstream.c     ngx_http_upstream_srv_conf_t  **uscfp;
uscfp            4481 http/ngx_http_upstream.c     uscfp = umcf->upstreams.elts;
uscfp            4485 http/ngx_http_upstream.c         init = uscfp[i]->peer.init_upstream ? uscfp[i]->peer.init_upstream:
uscfp            4488 http/ngx_http_upstream.c         if (init(cf, uscfp[i]) != NGX_OK) {