Searched refs:dir_relpath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | entries.c | 396 const char *dir_relpath, in read_one_entry() argument 1019 const char *dir_relpath, in read_entries_new() argument 1033 wcroot, dir_relpath, in read_entries_new() 1053 wcroot, dir_relpath, in read_entries_new() 1073 const char *dir_relpath, in read_entry_pair_txn() argument 1080 wcroot, dir_relpath, in read_entry_pair_txn() 1133 wcroot, dir_relpath, in read_entry_pair_txn() 1177 const char *dir_relpath; in read_entry_pair() local 1203 const char *dir_relpath; in read_entries() local 1222 wcroot, dir_relpath, in read_entries() [all …]
|
| H A D | wc_db_wcroot.c | 575 const char *dir_relpath; in svn_wc__db_wcroot_parse_local_abspath() local 580 dir_relpath = compute_relpath(probe_wcroot, local_dir_abspath, in svn_wc__db_wcroot_parse_local_abspath() 582 *local_relpath = svn_relpath_join(dir_relpath, in svn_wc__db_wcroot_parse_local_abspath() 858 const char *dir_relpath; in svn_wc__db_wcroot_parse_local_abspath() local 869 dir_relpath = compute_relpath(*wcroot, local_dir_abspath, NULL); in svn_wc__db_wcroot_parse_local_abspath() 872 *local_relpath = svn_relpath_join(dir_relpath, build_relpath, result_pool); in svn_wc__db_wcroot_parse_local_abspath()
|
| H A D | upgrade.c | 864 const char *dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, in migrate_node_props() local 917 svn_relpath_join(dir_relpath, name, scratch_pool), in migrate_node_props() 958 const char *dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, in migrate_props() local 967 SVN_ERR(get_versioned_files(&children, dir_relpath, sdb, wc_id, scratch_pool, in migrate_props() 1430 const char *dir_relpath, in upgrade_apply_dav_cache() argument 1453 local_relpath = svn_relpath_join(dir_relpath, name, iterpool); in upgrade_apply_dav_cache() 1503 const char *old_wcroot_abspath, *dir_relpath; in upgrade_to_wcng() local 1569 dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, dir_abspath); in upgrade_to_wcng() 1602 SVN_ERR(upgrade_apply_dav_cache(data->sdb, dir_relpath, wc_id, in upgrade_to_wcng()
|
| H A D | wc_db.c | 9240 const char *dir_relpath, 9277 const char *dir_relpath, in read_children_info() argument 9584 const char *dir_relpath; in svn_wc__db_read_children_info() local 9972 const char *dir_relpath; in svn_wc__db_read_children_walker_info() local 14594 const char *dir_relpath, in find_wclock() argument 14600 int dir_depth = relpath_depth(dir_relpath); in find_wclock() 14612 first_relpath = strchr(dir_relpath, '/'); in find_wclock() 14618 first_relpath = dir_relpath; in find_wclock() 14622 dir_relpath, in find_wclock() 14656 const char *dir_relpath, in is_wclocked() argument [all …]
|