Home
last modified time | relevance | path

Searched refs:svn_path_uri_encode (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dlog.c72 svn_path_uri_encode(name, pool)); in svn_log__change_rev_prop()
85 svn_path_uri_encode(name, pool)); in svn_log__rev_prop()
100 svn_path_uri_encode(path, pool), rev, in svn_log__get_file()
112 svn_path_uri_encode(path, pool), rev, in svn_log__get_dir()
149 svn_path_uri_encode(path, pool), rev, in svn_log__checkout()
171 svn_path_uri_encode(path, pool), in svn_log__switch()
285 svn_path_uri_encode(path, pool), in svn_log__get_locations()
295 svn_path_uri_encode(path, pool), in svn_log__get_location_segments()
379 log_path = svn_path_uri_encode(path, pool); in svn_log__replay()
393 log_path = svn_path_uri_encode(path, pool); in svn_log__get_inherited_props()
[all …]
H A Dcache-memcache.c92 encoded_suffix = svn_path_uri_encode(raw_key, pool); in build_key()
419 cache->prefix = svn_path_uri_encode(prefix, pool); in svn_cache__create_memcache()
H A Ddirent_uri.c2463 dirent = svn_path_uri_encode(dirent, pool); in svn_uri_get_file_url_from_dirent()
2636 uri = svn_path_uri_encode(uri, pool); in svn_urlpath__canonicalize()
H A Dpath.c971 svn_path_uri_encode(const char *path, apr_pool_t *pool) in svn_path_uri_encode() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Drelocate.c58 relpath = svn_path_uri_encode(relpath, scratch_pool); in url_remove_final_relpath()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_path.h580 svn_path_uri_encode(const char *path, apr_pool_t *pool);
/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dserve.c2512 svn_path_uri_encode(full_path, pool), rev)); in check_path()
2545 svn_path_uri_encode(full_path, pool), rev)); in stat_cmd()
3315 svn_path_uri_encode(full_path, pool))); in get_lock()
3365 svn_path_uri_encode(full_path, pool))); in get_locks()
3855 repository->repos_name = svn_path_uri_encode(repository->repos_name, in find_repos()
4279 ra_client_string = svn_path_uri_encode(ra_client_string, scratch_pool); in construct_server_baton()
4283 client_string = svn_path_uri_encode(client_string, scratch_pool); in construct_server_baton()
4287 svn_path_uri_encode(b->repository->fs_path->data, in construct_server_baton()
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dinfo-cmd.c85 svn_path_uri_encode( in relative_url()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1293 svn_path_uri_encode( in fetch_for_file()
1304 svn_path_uri_encode( in fetch_for_file()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c1010 const char *repos_url = svn_path_uri_encode(repos_url_decoded, pool); in svn_repos_get_commit_editor5()