Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c1018 apr_hash_t *new_props; in close_revision() local
1024 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool); in close_revision()
1025 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in close_revision()
1346 apr_hash_t *new_props; in revprops_close_revision() local
1367 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool); in revprops_close_revision()
1368 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in revprops_close_revision()
H A Dreplay.c713 apr_hash_t *new_props; in path_driver_cb_func() local
722 SVN_ERR(svn_fs_node_proplist(&new_props, root, edit_path, pool)); in path_driver_cb_func()
724 SVN_ERR(svn_prop_diffs(&prop_diffs, new_props, old_props, in path_driver_cb_func()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c729 apr_hash_t *new_props; in svn_wc_add_from_disk3() local
732 &new_props, in svn_wc_add_from_disk3()
735 props = new_props; in svn_wc_add_from_disk3()
H A Ddeprecated.c3336 apr_hash_t *new_props, in svn_wc_add_repos_file3() argument
3358 new_props, in svn_wc_add_repos_file3()
3373 apr_hash_t *new_props, in svn_wc_add_repos_file2() argument
3393 if (svn_hash_gets(new_props, SVN_PROP_SPECIAL) != NULL) in svn_wc_add_repos_file2()
3406 list = svn_hash_gets(new_props, SVN_PROP_KEYWORDS); in svn_wc_add_repos_file2()
3420 svn_hash_gets(new_props, in svn_wc_add_repos_file2()
3444 new_base_props, new_props, in svn_wc_add_repos_file2()
3464 apr_hash_t *new_props, in svn_wc_add_repos_file() argument
3471 new_props, NULL, in svn_wc_add_repos_file()
H A Dwc_db_update_move.c1208 apr_hash_t *new_props, in tc_editor_alter_directory() argument
1245 new_version.props = new_props; in tc_editor_alter_directory()
1306 apr_hash_t *new_props, in tc_editor_alter_file() argument
1347 new_version.props = new_props; in tc_editor_alter_file()
H A Dwc_db.h2581 const apr_hash_t *new_props,
H A Dupdate_editor.c5256 apr_hash_t *new_props, in svn_wc_add_repos_file4() argument
5532 new_props, in svn_wc_add_repos_file4()
H A Dwc_db.c12012 const apr_hash_t *new_props, in svn_wc__db_global_update() argument
12034 SVN_ERR_ASSERT(new_props != NULL); in svn_wc__db_global_update()
12052 new_repos_relpath, new_revision, new_props, in svn_wc__db_global_update()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2526 apr_hash_t *new_props; in repos_to_wc_copy_single() local
2537 &pair->src_revnum, &new_props, pool)); in repos_to_wc_copy_single()
2539 if (new_props && ! same_repositories) in repos_to_wc_copy_single()
2540 svn_hash_sets(new_props, SVN_PROP_MERGEINFO, NULL); in repos_to_wc_copy_single()
2546 new_base_contents, NULL, new_props, NULL, in repos_to_wc_copy_single()
H A Dmerge.c2199 apr_hash_t *new_props; in merge_file_added() local
2256 new_props = NULL; /* No local changes */ in merge_file_added()
2283 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_file_added()
2286 svn_hash_sets(new_props, SVN_PROP_MERGEINFO, NULL); in merge_file_added()
2294 pristine_props, new_props, in merge_file_added()
3124 apr_hash_t *new_props; in merge_dir_added() local
3131 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_dir_added()
3133 svn_hash_sets(new_props, SVN_PROP_MERGEINFO, NULL); in merge_dir_added()
3144 svn_prop_hash_to_array(new_props, in merge_dir_added()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h4907 apr_hash_t *new_props,
4929 apr_hash_t *new_props,
4952 apr_hash_t *new_props,
4967 apr_hash_t *new_props,