Searched refs:child_relpath (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c300 const char *child_relpath;
311 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool);
313 child_relpath = svn_dirent_skip_ancestor(keeper, abs_path);
314 if (child_relpath)
298 const char *child_relpath; local
H A Ddirent_uri.c1471 const char *child_relpath)
1476 assert(relpath_is_canonical(child_relpath));
1479 return child_relpath;
1481 if (0 != strncmp(parent_relpath, child_relpath, len))
1482 return NULL; /* parent_relpath is no ancestor of child_relpath */
1484 if (child_relpath[len] == 0)
1485 return ""; /* parent_relpath == child_relpath */
1487 if (child_relpath[len] == '/')
1488 return child_relpath + len + 1;
1468 svn_relpath_skip_ancestor(const char *parent_relpath, const char *child_relpath) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c364 const char *child_relpath;
391 child_relpath = svn_dirent_skip_ancestor(b->root2_abspath, local_abspath);
393 child_relpath = svn_dirent_skip_ancestor(b->root1_abspath, local_abspath);
394 if (!child_relpath)
397 local_abspath1 = svn_dirent_join(b->root1_abspath, child_relpath,
401 local_abspath2 = svn_dirent_join(b->root2_abspath, child_relpath,
429 SVN_ERR(b->callbacks->dir_props_changed(NULL, NULL, child_relpath,
522 svn_relpath_join(child_relpath, name,
537 svn_relpath_join(child_relpath, name,
547 svn_relpath_join(child_relpath, nam
362 const char *child_relpath; local
[all...]
H A Dadd.c851 const char *child_relpath;
857 child_relpath = svn_dirent_is_child(existing_parent_abspath,
859 components = svn_path_decompose(child_relpath, scratch_pool);
849 const char *child_relpath; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c276 const char *child_relpath = svn_dirent_skip_ancestor(eb->anchor_abspath,
341 child_relpath,
348 child_relpath,
363 child_relpath,
406 child_relpath,
416 child_relpath, depth_below_here,
275 const char *child_relpath = svn_dirent_skip_ancestor(eb->anchor_abspath, local
H A Ddiff_editor.c701 const char *child_relpath;
728 child_relpath = svn_relpath_join(path, name, iterpool);
782 child_relpath,
791 child_relpath,
806 child_relpath, eb->revnum,
811 child_relpath, eb->revnum,
828 child_relpath,
840 child_relpath,
851 child_relpath,
860 child_relpath, depth_below_her
700 const char *child_relpath; local
1113 const char *child_relpath; local
1384 const char *child_relpath; local
[all...]
H A Dcopy.c895 const char *child_relpath;
900 child_relpath = svn_dirent_is_child(src_dir, marker_abspath, NULL);
902 if (child_relpath)
904 child_abpath = svn_dirent_join(dst_dir, child_relpath,
893 const char *child_relpath; local
H A Dwc_db.c1156 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
1157 const char *name = svn_relpath_basename(child_relpath, result_pool);
1241 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
1245 = svn_relpath_basename(child_relpath, result_pool);
1275 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
1280 svn_relpath_basename(child_relpath, result_pool),
2328 const char *child_relpath; local
2332 child_relpath = svn_sqlite__column_text(stmt, 0, iterpool);
2333 err = clear_moved_here(child_relpath, wcroot, iterpool);
2664 const char *child_relpath local
6917 const char *child_relpath; local
7089 const char *child_relpath; local
7844 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
8793 const char *child_relpath = svn_sqlite__column_text(stmt, 19, NULL); local
9008 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
9441 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
9805 const char *child_relpath; local
10451 const char *child_relpath; local
11958 const char *child_relpath; local
13465 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL); local
15344 const char *child_relpath = svn_sqlite__column_text(stmt, 1, NULL); local
[all...]
H A Dentries.c2423 const char *child_abspath, *child_relpath;
2436 child_relpath = svn_dirent_skip_ancestor(old_root_abspath, child_abspath);
2439 this_entry, text_base_info, child_relpath,
2440 svn_dirent_join(new_root_abspath, child_relpath,
2422 const char *child_abspath, *child_relpath; local
H A Dupdate_editor.c2723 const char *child_relpath;
2766 child_relpath = svn_relpath_join(db->new_relpath, child_name,
2771 child_relpath,
2799 const char *child_abspath, *child_relpath;
2804 child_relpath = svn_dirent_join(db->new_relpath, child, iterpool);
2808 child_relpath,
2719 const char *child_relpath; local
2795 const char *child_abspath, *child_relpath; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c331 const char *child_relpath;
337 child_relpath = svn_fspath__skip_ancestor(change->path, hashkey);
338 if (child_relpath && *child_relpath)
329 const char *child_relpath; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c1074 const char *child_relpath;
1078 child_relpath = svn_relpath_join(repos_relpath, dent->name, iterpool);
1084 change = svn_hash_gets(changed_paths, child_relpath);
1087 svn_hash_sets(changed_paths, child_relpath, NULL);
1101 target_root, child_relpath,
1111 SVN_ERR(authz_read_func(&readable, target_root, child_relpath,
1144 SVN_ERR(svn_editor_add_directory(editor, child_relpath,
1151 editor, child_relpath,
1163 child_relpath, iterpool));
1166 child_relpath, iterpoo
1069 const char *child_relpath; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_dirent_uri.h648 /** Return the relative path part of @a child_relpath that is below
650 * @a child_relpath. If @a child_relpath is not below @a parent_relpath,
657 const char *child_relpath);

Completed in 400 milliseconds