Home
last modified time | relevance | path

Searched refs:ngx_http_upstream_local_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h146 } ngx_http_upstream_local_t; typedef
191 ngx_http_upstream_local_t *local;
H A Dngx_http_upstream.c179 ngx_http_upstream_t *u, ngx_http_upstream_local_t *local);
6088 ngx_http_upstream_local_t **plocal, *local; in ngx_http_upstream_bind_set_slot()
6091 plocal = (ngx_http_upstream_local_t **) (p + cmd->offset); in ngx_http_upstream_bind_set_slot()
6114 local = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_local_t)); in ngx_http_upstream_bind_set_slot()
6181 ngx_http_upstream_local_t *local) in ngx_http_upstream_set_local()