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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c4211 apr_hash_t *current_base_props = NULL;
4328 SVN_ERR(svn_wc__db_read_pristine_props(&current_base_props,
4336 SVN_ERR(svn_wc__db_base_get_props(&current_base_props,
4344 if (current_base_props == NULL)
4345 current_base_props = apr_hash_make(scratch_pool);
4362 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes,
4370 current_base_props,
4490 fake_actual_props = current_base_props;
4494 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes,
4502 current_base_props /* pristine_prop
4207 apr_hash_t *current_base_props = NULL; local
[all...]

Completed in 109 milliseconds