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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c3891 int dst_np_op_depth,
3946 iwb.not_present_op_depth = dst_np_op_depth;
4526 int dst_np_op_depth; local
4536 SVN_ERR(op_depth_for_copy(&dst_op_depth, &dst_np_op_depth,
4602 if (dst_np_op_depth > 0)
4604 dst_op_depth = dst_np_op_depth;
4605 dst_np_op_depth = -1;
4720 if (dst_np_op_depth > 0)
4731 dst_np_op_depth, dst_parent_relpath,
4762 dst_np_op_depth, kin
3885 cross_db_copy(svn_wc__db_wcroot_t *src_wcroot, const char *src_relpath, svn_wc__db_wcroot_t *dst_wcroot, const char *dst_relpath, svn_wc__db_status_t dst_status, int dst_op_depth, int dst_np_op_depth, svn_node_kind_t kind, const apr_array_header_t *children, apr_int64_t copyfrom_id, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, apr_pool_t *scratch_pool) argument
[all...]

Completed in 180 milliseconds