Home
last modified time | relevance | path

Searched refs:ngx_http_upstream_resolved_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream_round_robin.h141 ngx_http_upstream_resolved_t *ur);
H A Dngx_http_upstream.h312 } ngx_http_upstream_resolved_t; typedef
340 ngx_http_upstream_resolved_t *resolved;
H A Dngx_http_upstream_round_robin.c300 ngx_http_upstream_resolved_t *ur) in ngx_http_upstream_create_round_robin_peer()
H A Dngx_http_upstream.c1189 ngx_http_upstream_resolved_t *ur; in ngx_http_upstream_resolve_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c582 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_scgi_eval()
H A Dngx_http_uwsgi_module.c785 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_uwsgi_eval()
H A Dngx_http_fastcgi_module.c786 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_fastcgi_eval()
H A Dngx_http_proxy_module.c1049 u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t)); in ngx_http_proxy_eval()