Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c3963 const char *current_relpath, in get_moved_to() argument
3975 if (strcmp(current_relpath, local_relpath)) in get_moved_to()
4019 const char *current_relpath = local_relpath; in scan_deletion() local
4043 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, current_relpath)); in scan_deletion()
4070 *work_del_relpath = apr_pstrdup(result_pool, current_relpath); in scan_deletion()
4085 int current_depth = relpath_depth(current_relpath); in scan_deletion()
4094 &scan, stmt, current_relpath, in scan_deletion()
4110 current_relpath = svn_relpath_dirname(current_relpath, scratch_pool); in scan_deletion()
4117 current_relpath)); in scan_deletion()
4145 *work_del_relpath = apr_pstrdup(result_pool, current_relpath); in scan_deletion()
[all …]