Searched refs:plcf (Results 1 – 2 of 2) sorted by relevance
924 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 …]
187 ngx_http_perl_loc_conf_t *plcf; in ngx_http_perl_handle_request() local214 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() local885 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() local925 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 …]