Lines Matching refs:uri

35  *  - a uri, for our purposes, is a percent-encoded, absolute path
45 * to any other relative path, uri or dirent. A relative path is
99 * and path portion -- it's a uri.
392 /** Divide the canonicalized @a uri into a uri @a *dirpath and a
397 * Either @a dirpath or @a base_name may be @a uri's own address, but they
400 * If @a uri has two or more components, the separator between @a dirpath
413 const char *uri,
417 * uri. The basename is defined as the last component of the uri. If
418 * the @a uri is root, return "". The returned value will have no
428 svn_uri_basename(const char *uri,
431 /** Get the dirname of the specified canonicalized @a uri, defined as
432 * the uri with its basename removed.
434 * If @a uri is root (e.g. "http://server"), it is returned
442 svn_uri_dirname(const char *uri,
469 /** Return TRUE if @a uri is a root URL (e.g., "http://server").
474 svn_uri_is_root(const char *uri,
577 * Return a new uri like @a uri, but transformed such that some types
578 * of uri specification redundancies are removed.
594 * @warning This function may call @c abort() if @a uri can not be
601 svn_uri_canonicalize(const char *uri,
605 * Return a new @a *canonical_uri like @a uri, but transformed such that
606 * some types of uri specification redundancies are removed.
609 * the @a uri can not be canonicalized or of the result does not pass the
624 const char *uri,
652 /** Return @c TRUE iff @a uri is canonical.
660 svn_uri_is_canonical(const char *uri,
839 * - Set @a *pcommon to the common base uri of all of the targets.
847 * descendants of another uri in @a targets. If *pcommon is