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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c2179 svn_string_t *their_value;
2196 their_value = svn_hash_gets(their_props, propname);
2200 if (their_value == NULL)
2241 if (their_value)
2253 len = their_value->len;
2254 SVN_ERR(svn_stream_write(s, their_value->data, &len));
2258 desc->prop_value_incoming_new = svn_string_dup(their_value, result_pool);
2178 svn_string_t *their_value; local
H A Dprops.c790 const svn_string_t *their_value;
797 their_value = their_props ? svn_hash_gets(their_props, propname)
805 their_value, their_original_value,
788 const svn_string_t *their_value; local

Completed in 77 milliseconds