Searched refs:their_old_props (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | conflicts.h | 196 const apr_hash_t *their_old_props, 345 apr_hash_t **their_old_props,
|
| D | conflicts.c | 420 const apr_hash_t *their_old_props, in svn_wc__conflict_skel_add_prop_conflict() argument 466 if (their_old_props) in svn_wc__conflict_skel_add_prop_conflict() 468 SVN_ERR(svn_skel__unparse_proplist(&props, their_old_props, in svn_wc__conflict_skel_add_prop_conflict() 842 apr_hash_t **their_old_props, in svn_wc__conflict_read_prop_conflict() argument 899 if (their_old_props) in svn_wc__conflict_read_prop_conflict() 902 *their_old_props = apr_hash_make(result_pool); in svn_wc__conflict_read_prop_conflict() 904 SVN_ERR(svn_skel__parse_proplist(their_old_props, c, result_pool)); in svn_wc__conflict_read_prop_conflict() 2082 apr_hash_t *their_old_props; in read_prop_conflict_descs() local 2098 &their_old_props, in read_prop_conflict_descs() 2161 old_value = svn_hash_gets(their_old_props, propname); in read_prop_conflict_descs() [all …]
|