Lines Matching defs:path
436 const char *path;
468 * path and using the canonical name seems to be the right thing to do
565 path = uri;
579 * of the path and that the parameter matches our identifier
581 if ((param = ap_strrchr_c(path, ';'))
585 path = apr_pstrmemdup(p, path, param - path);
647 *key = apr_pstrcat(p, scheme, "://", hostname, port_str, path, "?",
651 *key = apr_pstrcat(p, scheme, "://", hostname, port_str, path, "?",