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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c92 apr_hash_t *old_props; member in struct:proppatch_context_t
623 old_prop = proppatch->old_props
624 ? svn_hash_gets(proppatch->old_props, prop->name)
773 || (ctx->old_props && svn_hash_gets(ctx->old_props, prop->name)))
805 && !(ctx->old_props && svn_hash_gets(ctx->old_props, prop->name)))
2510 proppatch_ctx->old_props = apr_hash_make(pool);
2511 svn_hash_sets(proppatch_ctx->old_props, prop->name, prop);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c115 apr_hash_t *old_props; local
119 SVN_ERR(svn_fs_node_proplist(&old_props, root, fspath, scratch_pool));
121 SVN_ERR(svn_prop_diffs(&propdiffs, props, old_props, scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c712 apr_hash_t *old_props;
717 SVN_ERR(svn_fs_node_proplist(&old_props, source_root,
720 old_props = apr_hash_make(pool);
724 SVN_ERR(svn_prop_diffs(&prop_diffs, new_props, old_props,
709 apr_hash_t *old_props; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1512 apr_hash_t *old_props;
1523 SVN_ERR(eb->fetch_props_func(&old_props, eb->fetch_props_baton,
1534 old_props = apr_hash_make(iterpool);
1539 SVN_ERR(eb->fetch_props_func(&old_props, eb->fetch_props_baton,
1544 SVN_ERR(svn_prop_diffs(&propdiffs, change->props, old_props, scratch_pool));
1511 apr_hash_t *old_props; local
H A Dbranch_compat.c821 apr_hash_t *old_props,
836 SVN_ERR(svn_prop_diffs(&propdiffs, change->props, old_props, scratch_pool));
819 drive_ev1_props(const char *repos_relpath, const change_node_t *change, apr_hash_t *old_props, const svn_delta_editor_t *deditor, void *node_baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c749 apr_hash_t *old_props;
776 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath,
779 old_props = their_original_props;
795 old_value = old_props ? svn_hash_gets(old_props, propname) : NULL;
747 apr_hash_t *old_props; local
H A Dconflicts.c475 svn_skel__prepend_str("", prop_conflict, result_pool); /* No old_props */
1925 apr_hash_t *old_props;
1944 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath,
1947 old_props = old_their_props;
1969 old_props
1970 ? svn_hash_gets(old_props, propname)
2446 apr_hash_t *old_props;
2489 SVN_ERR(svn_wc__db_read_pristine_props(&old_props, db, local_abspath,
2492 old_props = their_old_props;
2511 resolve_from = their_old_props ? their_old_props : old_props;
1924 apr_hash_t *old_props; local
2444 apr_hash_t *old_props; local
[all...]
H A Dwc_db_update_move.c1213 apr_hash_t *old_props,
1249 old_version.props = old_props;
1311 apr_hash_t *old_props,
1351 old_version.props = old_props;
1211 tc_editor_alter_directory(node_move_baton_t *nmb, const char *dst_relpath, apr_hash_t *old_props, apr_hash_t *new_props, apr_pool_t *scratch_pool) argument
1307 tc_editor_alter_file(node_move_baton_t *nmb, const char *dst_relpath, const svn_checksum_t *old_checksum, const svn_checksum_t *new_checksum, apr_hash_t *old_props, apr_hash_t *new_props, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c357 apr_hash_t *old_props = rb->props;
360 svn_hash_gets(old_props, SVN_PROP_REVISION_DATE));
355 apr_hash_t *old_props = rb->props; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c104 nvlist_t *old_props; local
106 old_props = zhp->zpool_props;
111 nvlist_free(old_props);

Completed in 252 milliseconds