Lines Matching refs:mapped_path
29 char **mapped_path);
37 char **mapped_path)
44 *mapped_path =
48 if (!*mapped_path) {
55 "User-specific secrets path is [%s]\n", *mapped_path);
60 char **mapped_path)
73 *mapped_path = talloc_strdup(secreq, secreq->parsed_url.path );
74 if (!*mapped_path) {
81 "User-specific KCM path is [%s]\n", *mapped_path);
122 ret = mapper_fn(secreq, &secreq->mapped_path);
161 if (strncmp(secreq->base_path, secreq->mapped_path, slen) == 0) {