Searched refs:orig_stat (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | status.c | 2924 svn_wc_dup_status3(const svn_wc_status3_t *orig_stat, in svn_wc_dup_status3() argument 2932 *new_stat = *orig_stat; in svn_wc_dup_status3() 2935 if (orig_stat->repos_lock) in svn_wc_dup_status3() 2936 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool); in svn_wc_dup_status3() 2938 if (orig_stat->changed_author) in svn_wc_dup_status3() 2939 new_stat->changed_author = apr_pstrdup(pool, orig_stat->changed_author); in svn_wc_dup_status3() 2941 if (orig_stat->ood_changed_author) in svn_wc_dup_status3() 2943 = apr_pstrdup(pool, orig_stat->ood_changed_author); in svn_wc_dup_status3() 2945 if (orig_stat->lock) in svn_wc_dup_status3() 2946 new_stat->lock = svn_lock_dup(orig_stat->lock, pool); in svn_wc_dup_status3() [all …]
|
| D | deprecated.c | 3262 svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, in svn_wc_dup_status2() argument 3268 *new_stat = *orig_stat; in svn_wc_dup_status2() 3271 if (orig_stat->entry) in svn_wc_dup_status2() 3272 new_stat->entry = svn_wc_entry_dup(orig_stat->entry, pool); in svn_wc_dup_status2() 3274 if (orig_stat->repos_lock) in svn_wc_dup_status2() 3275 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool); in svn_wc_dup_status2() 3277 if (orig_stat->url) in svn_wc_dup_status2() 3278 new_stat->url = apr_pstrdup(pool, orig_stat->url); in svn_wc_dup_status2() 3280 if (orig_stat->ood_last_cmt_author) in svn_wc_dup_status2() 3282 = apr_pstrdup(pool, orig_stat->ood_last_cmt_author); in svn_wc_dup_status2() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/include/ |
| D | svn_wc.h | 4045 svn_wc_dup_status3(const svn_wc_status3_t *orig_stat, 4056 svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, 4067 svn_wc_dup_status(const svn_wc_status_t *orig_stat,
|