Searched refs:marker_abspath (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.h194 const char *marker_abspath,
349 svn_wc__conflict_read_prop_conflict(const char **marker_abspath,
H A Ddelete.c150 const char *marker_abspath;
153 marker_abspath = APR_ARRAY_IDX(markers, i, const char *);
154 SVN_ERR(svn_io_check_path(marker_abspath, &marker_kind,
163 marker_abspath,
149 const char *marker_abspath; local
H A Dcopy.c971 const char *marker_abspath;
975 marker_abspath = APR_ARRAY_IDX(markers, i, const char *);
977 child_relpath = svn_dirent_skip_ancestor(src_dir, marker_abspath);
969 const char *marker_abspath; local
H A Dconflicts.c420 const char *marker_abspath,
490 if (marker_abspath)
494 marker_abspath,
858 svn_wc__conflict_read_prop_conflict(const char **marker_abspath,
883 if (marker_abspath)
892 SVN_ERR(svn_wc__db_from_relpath(marker_abspath, db, wri_abspath,
897 *marker_abspath = NULL;
1108 const char *marker_abspath = NULL;
1130 SVN_ERR(svn_io_open_uniquely_named(NULL, &marker_abspath,
1138 marker_abspath, result_poo
416 svn_wc__conflict_skel_add_prop_conflict(svn_skel_t *conflict_skel, svn_wc__db_t *db, const char *wri_abspath, const char *marker_abspath, const apr_hash_t *mine_props, const apr_hash_t *their_old_props, const apr_hash_t *their_props, const apr_hash_t *conflicted_prop_names, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
857 svn_wc__conflict_read_prop_conflict(const char **marker_abspath, apr_hash_t **mine_props, apr_hash_t **their_old_props, apr_hash_t **their_props, apr_hash_t **conflicted_prop_names, svn_wc__db_t *db, const char *wri_abspath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1107 const char *marker_abspath = NULL; local
[all...]
H A Dwc_db.c13875 const char *marker_abspath = APR_ARRAY_IDX(markers, i, const char*); local
13877 svn_hash_sets(marker_files, marker_abspath, "");
13906 const char *marker_abspath = APR_ARRAY_IDX(markers, i, const char*); local
13908 svn_hash_sets(marker_files, marker_abspath, "");

Completed in 192 milliseconds