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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2931 svn_wc_dup_status3(const svn_wc_status3_t *orig_stat,
2939 *new_stat = *orig_stat;
2942 if (orig_stat->repos_lock)
2943 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
2945 if (orig_stat->changed_author)
2946 new_stat->changed_author = apr_pstrdup(pool, orig_stat->changed_author);
2948 if (orig_stat->ood_changed_author)
2950 = apr_pstrdup(pool, orig_stat->ood_changed_author);
2952 if (orig_stat->lock)
2953 new_stat->lock = svn_lock_dup(orig_stat
2924 svn_wc_dup_status3(const svn_wc_status3_t *orig_stat, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c3263 svn_wc_dup_status2(const svn_wc_status2_t *orig_stat,
3269 *new_stat = *orig_stat;
3272 if (orig_stat->entry)
3273 new_stat->entry = svn_wc_entry_dup(orig_stat->entry, pool);
3275 if (orig_stat->repos_lock)
3276 new_stat->repos_lock = svn_lock_dup(orig_stat->repos_lock, pool);
3278 if (orig_stat->url)
3279 new_stat->url = apr_pstrdup(pool, orig_stat->url);
3281 if (orig_stat->ood_last_cmt_author)
3283 = apr_pstrdup(pool, orig_stat
3262 svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, apr_pool_t *pool) argument
3293 svn_wc_dup_status(const svn_wc_status_t *orig_stat, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h4047 * Return a deep copy of the @a orig_stat status structure, allocated
4053 svn_wc_dup_status3(const svn_wc_status3_t *orig_stat,
4064 svn_wc_dup_status2(const svn_wc_status2_t *orig_stat,
4075 svn_wc_dup_status(const svn_wc_status_t *orig_stat,

Completed in 180 milliseconds