Searched refs:their_props (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | conflicts.h | 197 const apr_hash_t *their_props, 346 apr_hash_t **their_props,
|
| D | conflicts.c | 421 const apr_hash_t *their_props, in svn_wc__conflict_skel_add_prop_conflict() argument 450 if (their_props) in svn_wc__conflict_skel_add_prop_conflict() 452 SVN_ERR(svn_skel__unparse_proplist(&props, their_props, result_pool)); in svn_wc__conflict_skel_add_prop_conflict() 843 apr_hash_t **their_props, in svn_wc__conflict_read_prop_conflict() argument 919 if (their_props) in svn_wc__conflict_read_prop_conflict() 922 *their_props = apr_hash_make(result_pool); in svn_wc__conflict_read_prop_conflict() 924 SVN_ERR(svn_skel__parse_proplist(their_props, c, result_pool)); in svn_wc__conflict_read_prop_conflict() 1891 apr_hash_t *their_props; in svn_wc__conflict_invoke_resolver() local 1901 &their_props, in svn_wc__conflict_invoke_resolver() 1942 their_props in svn_wc__conflict_invoke_resolver() [all …]
|
| D | props.c | 750 apr_hash_t *their_props; in svn_wc__create_prejfile() local 766 &their_props, in svn_wc__create_prejfile() 795 their_value = their_props ? svn_hash_gets(their_props, propname) in svn_wc__create_prejfile() 1235 apr_hash_t *their_props; in svn_wc__merge_props() local 1245 their_props = apr_hash_copy(scratch_pool, server_baseprops); in svn_wc__merge_props() 1279 svn_hash_sets(their_props, propname, to_val); in svn_wc__merge_props() 1342 their_props, in svn_wc__merge_props()
|