Lines Matching refs:pcfg
181 struct proxy_cfg *pcfg, char **req_url)
206 pcfg->url, &secreq->mapped_path[blen],
220 struct proxy_cfg *pcfg, char **req_headers)
226 for (int j = 0; pcfg->fwd_headers[j]; j++) {
228 pcfg->fwd_headers[j]) == 0) {
248 if (pcfg->auth_type == PAT_HEADER) {
250 "Forwarding header %s\n", pcfg->auth.header.name);
253 pcfg->auth.header.name,
254 pcfg->auth.header.value);
257 "Couldn't append header %s\n", pcfg->auth.header.name);
267 struct proxy_cfg *pcfg,
286 ret = proxy_sec_map_headers(req, secreq, pcfg, &req->data);
903 struct proxy_cfg *pcfg;
931 ret = proxy_sec_get_cfg(pctx, state, state->secreq, &state->pcfg);
938 ret = proxy_sec_map_url(state, secreq, state->pcfg, &http_uri);
946 ret = proxy_http_create_request(state, state->secreq, state->pcfg,