Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c6088 ngx_http_upstream_local_t **plocal, *local; in ngx_http_upstream_bind_set_slot() local
6091 plocal = (ngx_http_upstream_local_t **) (p + cmd->offset); in ngx_http_upstream_bind_set_slot()
6093 if (*plocal != NGX_CONF_UNSET_PTR) { in ngx_http_upstream_bind_set_slot()
6100 *plocal = NULL; in ngx_http_upstream_bind_set_slot()
6119 *plocal = local; in ngx_http_upstream_bind_set_slot()