Searched refs:wcroot_abspath (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c1591 const char *wcroot_abspath;
1597 SVN_ERR(svn_client_get_wc_root(&wcroot_abspath, victim_abspath,
1599 victim_relpath = svn_cl__local_style_skip_ancestor(wcroot_abspath,
1617 wcroot_abspath, moved_to_abspath, iterpool),
1590 const char *wcroot_abspath; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c262 const char *wcroot_abspath;
286 svn_dirent_skip_ancestor(eb->wcroot_abspath,
483 err = svn_wc__wq_run(eb->db, eb->wcroot_abspath,
2805 eb->wcroot_abspath,
3659 eb->db, eb->wcroot_abspath,
4566 eb->wcroot_abspath,
4856 SVN_ERR(svn_wc__wq_run(eb->db, eb->wcroot_abspath,
4952 SVN_ERR(svn_wc__db_get_wcroot(&eb->wcroot_abspath, db, anchor_abspath,
259 const char *wcroot_abspath; member in struct:edit_baton
H A Dwc_db.c1594 svn_wc__db_get_wcroot(const char **wcroot_abspath, argument
1610 *wcroot_abspath = apr_pstrdup(result_pool, wcroot->abspath);
10023 svn_wc__db_read_node_install_info(const char **wcroot_abspath, argument
10061 if (wcroot_abspath != NULL)
10062 *wcroot_abspath = apr_pstrdup(result_pool, wcroot->abspath);
16002 const char *wcroot_abspath,
16015 err = svn_wc__db_util_open_db(&sdb, wcroot_abspath, SDB_FILE,
16027 err2 = svn_wc__read_entries_old(&entries, wcroot_abspath,
16033 svn_dirent_local_style(wcroot_abspath, scratch_pool));
16040 svn_dirent_local_style(wcroot_abspath, scratch_poo
15999 svn_wc__db_bump_format(int *result_format, svn_boolean_t *bumped_format, svn_wc__db_t *db, const char *wcroot_abspath, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c292 const char *wcroot_abspath;
294 SVN_ERR(svn_wc__get_wcroot(&wcroot_abspath, wc_ctx, local_abspath,
299 while(svn_dirent_is_ancestor(wcroot_abspath, local_abspath))
291 const char *wcroot_abspath; local
H A Ddeprecated.c2878 info2->wc_info->wcroot_abspath,
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h341 /** Set @a *wcroot_abspath to the local abspath of the root of the
345 svn_wc__get_wcroot(const char **wcroot_abspath,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h3289 const char *wcroot_abspath;
7522 /** Recursively change repository references at @a wcroot_abspath
7537 const char *wcroot_abspath,
3282 const char *wcroot_abspath; member in struct:svn_wc_info_t
H A Dsvn_client.h7528 * Set @a *wcroot_abspath to the local abspath of the root of the
7534 svn_client_get_wc_root(const char **wcroot_abspath,

Completed in 294 milliseconds

12