Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c4196 apr_hash_t *current_base_props = NULL; in close_file() local
4313 SVN_ERR(svn_wc__db_read_pristine_props(&current_base_props, in close_file()
4321 SVN_ERR(svn_wc__db_base_get_props(&current_base_props, in close_file()
4329 if (current_base_props == NULL) in close_file()
4330 current_base_props = apr_hash_make(scratch_pool); in close_file()
4347 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes, in close_file()
4355 current_base_props, in close_file()
4475 fake_actual_props = current_base_props; in close_file()
4479 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes, in close_file()
4487 current_base_props /* pristine_props */, in close_file()