Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c4207 apr_hash_t *current_base_props = NULL; in close_file() local
4324 SVN_ERR(svn_wc__db_read_pristine_props(&current_base_props, in close_file()
4332 SVN_ERR(svn_wc__db_base_get_props(&current_base_props, in close_file()
4340 if (current_base_props == NULL) in close_file()
4341 current_base_props = apr_hash_make(scratch_pool); in close_file()
4358 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes, in close_file()
4366 current_base_props, in close_file()
4486 fake_actual_props = current_base_props; in close_file()
4490 new_base_props = svn_prop__patch(current_base_props, regular_prop_changes, in close_file()
4498 current_base_props /* pristine_props */, in close_file()