Searched refs:their_value (Results 1 – 2 of 2) sorted by relevance
2127 svn_string_t *their_value; in read_prop_conflict_descs() local2144 their_value = svn_hash_gets(their_props, propname); in read_prop_conflict_descs()2148 if (their_value == NULL) in read_prop_conflict_descs()2189 if (their_value) in read_prop_conflict_descs()2201 len = their_value->len; in read_prop_conflict_descs()2202 SVN_ERR(svn_stream_write(s, their_value->data, &len)); in read_prop_conflict_descs()2206 desc->prop_value_incoming_new = svn_string_dup(their_value, result_pool); in read_prop_conflict_descs()
788 const svn_string_t *their_value; in svn_wc__create_prejfile() local795 their_value = their_props ? svn_hash_gets(their_props, propname) in svn_wc__create_prejfile()803 their_value, their_original_value, in svn_wc__create_prejfile()