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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcopy.c763 svn_wc__db_status_t dst_status;
765 err = svn_wc__db_read_info(&dst_status, NULL, NULL, NULL, NULL, NULL,
777 switch (dst_status)
761 svn_wc__db_status_t dst_status; local
H A Dwc_db.c3889 svn_wc__db_status_t dst_status,
3917 if (dst_status != svn_wc__db_status_not_present
3918 && dst_status != svn_wc__db_status_excluded
3919 && dst_status != svn_wc__db_status_server_excluded)
3928 iwb.presence = dst_status;
4558 svn_wc__db_status_t dst_status; local
4560 err = read_info(&dst_status, NULL, NULL, NULL, NULL, NULL, NULL,
4572 else if (dst_status == svn_wc__db_status_deleted)
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

Completed in 196 milliseconds