| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | cmdline.c | 58 check_root_url_of_target(const char **root_url, in check_root_url_of_target() argument 100 if (*root_url && tmp_root_url) in check_root_url_of_target() 102 if (strcmp(*root_url, tmp_root_url) != 0) in check_root_url_of_target() 108 *root_url = tmp_root_url; in check_root_url_of_target() 125 const char *root_url = NULL; in svn_client_args_to_target_array2() local 296 SVN_ERR(check_root_url_of_target(&root_url, target, in svn_client_args_to_target_array2() 311 if (root_url == NULL) in svn_client_args_to_target_array2() 317 err = svn_client_get_repos_root(&root_url, NULL /* uuid */, in svn_client_args_to_target_array2() 319 if (err || root_url == NULL) in svn_client_args_to_target_array2() 345 root_url, pool)); in svn_client_args_to_target_array2()
|
| H A D | relocate.c | 66 const char *root_url, in validator_func() argument 93 url_uuid->root = apr_pstrdup(pool, root_url); in validator_func() 114 if (root_url in validator_func() 115 && strcmp(root_url, url_uuid->root) != 0) in validator_func()
|
| H A D | export.c | 503 const char *root_url; member 663 const char *full_url = svn_path_url_add_component2(eb->root_url, in add_file() 946 const char *full_url = svn_path_url_add_component2(eb->root_url, in add_file_ev2() 1250 fb->url = eb->root_url; in export_file() 1414 eb->root_url = loc->url; in svn_client_export5()
|
| H A D | copy.c | 1331 const char *root_url = *top_dst_url; in find_absent_parents2() local 1339 APR_ARRAY_PUSH(new_dirs, const char *) = root_url; in find_absent_parents2() 1340 root_url = svn_uri_dirname(root_url, pool); in find_absent_parents2() 1342 SVN_ERR(svn_ra_reparent(ra_session, root_url, pool)); in find_absent_parents2() 1350 root_url); in find_absent_parents2() 1352 *top_dst_url = root_url; in find_absent_parents2()
|
| /freebsd-13.1/contrib/subversion/subversion/svnmucc/ |
| H A D | svnmucc.c | 512 const char *root_url = NULL, *extra_args_file = NULL; in sub_main() local 583 SVN_ERR(svn_utf_cstring_to_utf8(&root_url, arg, pool)); in sub_main() 584 if (! svn_path_is_url(root_url)) in sub_main() 586 "'%s' is not a URL\n", root_url); in sub_main() 587 root_url = sanitize_url(root_url, pool); in sub_main() 922 if (! root_url) in sub_main() 928 url = apr_pstrcat(pool, root_url, "/", in sub_main()
|
| /freebsd-13.1/contrib/serf/buckets/ |
| H A D | request_buckets.c | 74 const char *root_url) in serf_bucket_request_set_root() argument 84 ctx->uri = root_url; in serf_bucket_request_set_root() 88 root_url, in serf_bucket_request_set_root()
|
| /freebsd-13.1/contrib/subversion/subversion/svnrdump/ |
| H A D | load_editor.c | 108 const char *root_url; member 502 nb->copyfrom_url = svn_path_url_add_component2(rb->pb->root_url, in new_node_record() 1111 const char *session_url, *root_url, *parent_dir; in get_dumpstream_loader() local 1114 SVN_ERR(svn_ra_get_repos_root2(session, &root_url, pool)); in get_dumpstream_loader() 1137 parse_baton->root_url = root_url; in get_dumpstream_loader()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | ra_loader.c | 529 const char *root_url; in svn_ra_get_path_relative_to_root() local 531 SVN_ERR(session->vtable->get_repos_root(session, &root_url, pool)); in svn_ra_get_path_relative_to_root() 532 *rel_path = svn_uri_skip_ancestor(root_url, url, pool); in svn_ra_get_path_relative_to_root() 537 url, root_url); in svn_ra_get_path_relative_to_root()
|
| /freebsd-13.1/contrib/serf/ |
| H A D | serf_bucket_types.h | 78 const char *root_url);
|
| /freebsd-13.1/contrib/subversion/subversion/svnsync/ |
| H A D | svnsync.c | 800 const char *uuid, *root_url; in do_initialize() local 827 SVN_ERR(svn_ra_get_repos_root2(from_session, &root_url, pool)); in do_initialize() 831 if (strcmp(root_url, baton->from_url) != 0) in do_initialize()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | client.c | 2875 const char *root_url; in path_relative_to_root() local 2877 SVN_ERR(ra_svn_get_repos_root(session, &root_url, pool)); in path_relative_to_root() 2878 *rel_path = svn_uri_skip_ancestor(root_url, url, pool); in path_relative_to_root() 2883 url, root_url); in path_relative_to_root()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | deprecated.c | 4258 const char *root_url, in compat2_validator() argument 4264 (root_url ? root_url : url), (root_url != NULL), in compat2_validator() 4273 const char *root_url, in compat_validator() argument
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_wc.h | 7481 const char *root_url,
|