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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c3963 const char *current_relpath,
3975 if (strcmp(current_relpath, local_relpath))
3983 moved_child_relpath = svn_relpath_skip_ancestor(current_relpath,
4019 const char *current_relpath = local_relpath; local
4043 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, current_relpath));
4070 *work_del_relpath = apr_pstrdup(result_pool, current_relpath);
4085 int current_depth = relpath_depth(current_relpath);
4094 &scan, stmt, current_relpath,
4110 current_relpath = svn_relpath_dirname(current_relpath, scratch_poo
3959 get_moved_to(const char **moved_to_relpath_p, const char **moved_to_op_root_relpath_p, svn_boolean_t *scan, svn_sqlite__stmt_t *stmt, const char *current_relpath, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]

Completed in 75 milliseconds