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

/sssd/src/responder/secrets/
H A Dproxy.c181 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
180 proxy_sec_map_url(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, char **req_url) argument
219 proxy_sec_map_headers(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, char **req_headers) argument
265 proxy_http_create_request(TALLOC_CTX *mem_ctx, struct sec_req_ctx *secreq, struct proxy_cfg *pcfg, const char *http_uri, struct sec_data **http_req) argument
903 struct proxy_cfg *pcfg; member in struct:proxy_secret_state
[all...]

Completed in 256 milliseconds