Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDcommit.c91 apr_hash_t *old_props; member
616 old_prop = proppatch->old_props in write_prop_xml()
617 ? svn_hash_gets(proppatch->old_props, prop->name) in write_prop_xml()
766 || (ctx->old_props && svn_hash_gets(ctx->old_props, prop->name))) in create_proppatch_body()
798 && !(ctx->old_props && svn_hash_gets(ctx->old_props, prop->name))) in create_proppatch_body()
2228 proppatch_ctx->old_props = apr_hash_make(pool); in svn_ra_serf__change_rev_prop()
2229 svn_hash_sets(proppatch_ctx->old_props, prop->name, prop); in svn_ra_serf__change_rev_prop()
/NextBSD/contrib/subversion/subversion/libsvn_fs/
HDeditor.c115 apr_hash_t *old_props; in alter_props() local
119 SVN_ERR(svn_fs_node_proplist(&old_props, root, fspath, scratch_pool)); in alter_props()
121 SVN_ERR(svn_prop_diffs(&propdiffs, props, old_props, scratch_pool)); in alter_props()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDconflicts.c1873 apr_hash_t *old_props; in svn_wc__conflict_invoke_resolver() local
1892 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath, in svn_wc__conflict_invoke_resolver()
1895 old_props = old_their_props; in svn_wc__conflict_invoke_resolver()
1917 old_props in svn_wc__conflict_invoke_resolver()
1918 ? svn_hash_gets(old_props, propname) in svn_wc__conflict_invoke_resolver()
2382 apr_hash_t *old_props; in resolve_prop_conflict_on_node() local
2425 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath, in resolve_prop_conflict_on_node()
2428 old_props = their_old_props; in resolve_prop_conflict_on_node()
2447 resolve_from = their_old_props ? their_old_props : old_props; in resolve_prop_conflict_on_node()
HDprops.c747 apr_hash_t *old_props; in svn_wc__create_prejfile() local
774 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath, in svn_wc__create_prejfile()
777 old_props = their_original_props; in svn_wc__create_prejfile()
793 old_value = old_props ? svn_hash_gets(old_props, propname) : NULL; in svn_wc__create_prejfile()
HDwc_db_update_move.c954 apr_hash_t *old_props, in tc_editor_alter_directory() argument
990 old_version.props = old_props; in tc_editor_alter_directory()
1052 apr_hash_t *old_props, in tc_editor_alter_file() argument
1092 old_version.props = old_props; in tc_editor_alter_file()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDreplay.c716 apr_hash_t *old_props; in path_driver_cb_func() local
721 SVN_ERR(svn_fs_node_proplist(&old_props, source_root, in path_driver_cb_func()
724 old_props = apr_hash_make(pool); in path_driver_cb_func()
728 SVN_ERR(svn_prop_diffs(&prop_diffs, new_props, old_props, in path_driver_cb_func()
/NextBSD/contrib/subversion/subversion/libsvn_delta/
HDcompat.c1513 apr_hash_t *old_props; in drive_ev1_props() local
1524 SVN_ERR(eb->fetch_props_func(&old_props, eb->fetch_props_baton, in drive_ev1_props()
1535 old_props = apr_hash_make(iterpool); in drive_ev1_props()
1540 SVN_ERR(eb->fetch_props_func(&old_props, eb->fetch_props_baton, in drive_ev1_props()
1545 SVN_ERR(svn_prop_diffs(&propdiffs, change->props, old_props, scratch_pool)); in drive_ev1_props()
/NextBSD/contrib/subversion/subversion/svndumpfilter/
HDsvndumpfilter.c389 apr_hash_t *old_props = rb->props; in output_revision() local
392 svn_hash_gets(old_props, SVN_PROP_REVISION_DATE)); in output_revision()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c103 nvlist_t *old_props; in zpool_props_refresh() local
105 old_props = zhp->zpool_props; in zpool_props_refresh()
110 nvlist_free(old_props); in zpool_props_refresh()