Home
last modified time | relevance | path

Searched refs:dir_relpath (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dentries.c396 const char *dir_relpath, in read_one_entry() argument
422 entry_relpath = svn_relpath_join(dir_relpath, entry->name, scratch_pool); in read_one_entry()
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
1179 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&wcroot, &dir_relpath, in read_entry_pair()
[all …]
Dwc_db_wcroot.c574 const char *dir_relpath; in svn_wc__db_wcroot_parse_local_abspath() local
579 dir_relpath = compute_relpath(probe_wcroot, local_dir_abspath, in svn_wc__db_wcroot_parse_local_abspath()
581 *local_relpath = svn_relpath_join(dir_relpath, in svn_wc__db_wcroot_parse_local_abspath()
853 const char *dir_relpath; in svn_wc__db_wcroot_parse_local_abspath() local
864 dir_relpath = compute_relpath(*wcroot, local_dir_abspath, NULL); in svn_wc__db_wcroot_parse_local_abspath()
867 *local_relpath = svn_relpath_join(dir_relpath, build_relpath, result_pool); in svn_wc__db_wcroot_parse_local_abspath()
Dupgrade.c1036 const char *dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, in migrate_node_props() local
1089 svn_relpath_join(dir_relpath, name, scratch_pool), in migrate_node_props()
1130 const char *dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, in migrate_props() local
1139 SVN_ERR(get_versioned_files(&children, dir_relpath, sdb, wc_id, scratch_pool, in migrate_props()
1861 const char *dir_relpath, in upgrade_apply_dav_cache() argument
1884 local_relpath = svn_relpath_join(dir_relpath, name, iterpool); in upgrade_apply_dav_cache()
1934 const char *old_wcroot_abspath, *dir_relpath; in upgrade_to_wcng() local
2000 dir_relpath = svn_dirent_skip_ancestor(old_wcroot_abspath, dir_abspath); in upgrade_to_wcng()
2033 SVN_ERR(upgrade_apply_dav_cache(data->sdb, dir_relpath, wc_id, in upgrade_to_wcng()
Dwc_db.c9239 const char *dir_relpath,
9276 const char *dir_relpath, in read_children_info() argument
9294 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, dir_relpath)); in read_children_info()
9521 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, dir_relpath)); in read_children_info()
9583 const char *dir_relpath; in svn_wc__db_read_children_info() local
9589 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&wcroot, &dir_relpath, db, in svn_wc__db_read_children_info()
9595 read_children_info(wcroot, dir_relpath, *conflicts, *nodes, in svn_wc__db_read_children_info()
9971 const char *dir_relpath; in svn_wc__db_read_children_walker_info() local
9978 SVN_ERR(svn_wc__db_wcroot_parse_local_abspath(&wcroot, &dir_relpath, db, in svn_wc__db_read_children_walker_info()
9985 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, dir_relpath)); in svn_wc__db_read_children_walker_info()
[all …]