Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c924 if (plcf->cookie_domains || plcf->cookie_paths) { in ngx_http_proxy_handler()
950 && plcf->body_values == NULL && plcf->upstream.pass_request_body in ngx_http_proxy_handler()
1194 headers = u->cacheable ? &plcf->headers_cache : &plcf->headers; in ngx_http_proxy_create_request()
3616 if (plcf->upstream.upstream || plcf->proxy_lengths) { in ngx_http_proxy_pass()
3651 plcf->ssl = 1; in ngx_http_proxy_pass()
3664 plcf->ssl = 1; in ngx_http_proxy_pass()
3694 plcf->vars.key_start = plcf->vars.schema; in ngx_http_proxy_pass()
3719 plcf->url = *url; in ngx_http_proxy_pass()
3813 p = ngx_cpymem(p, plcf->url.data, plcf->url.len); in ngx_http_proxy_redirect()
4295 if (ngx_ssl_create(plcf->upstream.ssl, plcf->ssl_protocols, NULL) in ngx_http_proxy_set_ssl()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c187 ngx_http_perl_loc_conf_t *plcf; in ngx_http_perl_handle_request() local
214 sub = plcf->sub; in ngx_http_perl_handle_request()
215 handler = &plcf->handler; in ngx_http_perl_handle_request()
882 ngx_http_perl_loc_conf_t *plcf; in ngx_http_perl_create_loc_conf() local
885 if (plcf == NULL) { in ngx_http_perl_create_loc_conf()
895 return plcf; in ngx_http_perl_create_loc_conf()
917 ngx_http_perl_loc_conf_t *plcf = conf; in ngx_http_perl() local
925 if (plcf->handler.data) { in ngx_http_perl()
939 plcf->handler = value[1]; in ngx_http_perl()
949 if (plcf->sub == &PL_sv_undef) { in ngx_http_perl()
[all …]