Lines Matching defs:path
37 char *path;
71 path = url; /* this is the raw path */
74 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_path, 0,
77 if (path == NULL)
81 path, NULL);
96 ap_unescape_url_keep2f(path, 0);
99 char *split = ap_strchr(path, '.');
105 *slash = '\0'; /* truncate path */
110 char *split = ap_strrchr(path, '.');
116 *slash = '\0'; /* truncate path */
122 * the FCGI server to fixup PATH_INFO because it's the entire path
124 r->path_info = apr_pstrcat(r->pool, "/", path, NULL);