Searched defs:pcfg (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproxy.c224 struct proxy_cfg *pcfg, char **req_url)
249 pcfg->url, &secreq->mapped_path[blen],
294 struct proxy_cfg *pcfg)
316 for (j = 0; pcfg->fwd_headers[j]; j++) {
317 if (strcasecmp(secreq->headers[i].name, pcfg->fwd_headers[j]) == 0) {
333 if (pcfg->auth_type == PAT_HEADER) {
335 pcfg->auth.header.name);
337 ret = proxy_http_append_header(tmp_ctx, pcfg->auth.header.name,
338 pcfg->auth.header.value,
361 struct proxy_cfg *pcfg,
223 proxy_sec_map_url(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, char **req_url) argument
292 proxy_http_create_headers(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg) argument
359 proxy_http_create_request(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, const char *url, struct tcurl_request **_tcurl_req) argument
464 struct proxy_cfg *pcfg; member in struct:proxy_secret_state
[all...]

Completed in 10 milliseconds