Searched refs:base_props (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c822 read_props_from_wc(apr_hash_t **base_props, argument
831 SVN_ERR(svn_wc_get_pristine_props(base_props, ctx->wc_ctx, from_wc_abspath,
834 *base_props = NULL;
848 apr_hash_t *base_props,
855 if (base_props)
862 SVN_ERR(svn_hash_write2(base_props, stream, NULL, scratch_pool));
883 read_props_from_shelf(apr_hash_t **base_props, argument
896 *base_props = apr_hash_make(result_pool);
902 SVN_ERR(svn_hash_read2(*base_props, stream, NULL, scratch_pool));
906 *base_props
846 write_props_to_shelf(svn_client__shelf2_version_t *shelf_version, const char *wc_relpath, apr_hash_t *base_props, apr_hash_t *work_props, apr_pool_t *scratch_pool) argument
939 apr_hash_t *base_props, *work_props; local
1534 apr_hash_t *base_props, *work_props; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c749 fetch_base_props(apr_hash_t **base_props, argument
763 *base_props = NULL;
768 *base_props = apr_hash_make(result_pool);
804 SVN_ERR(fetch_func(NULL, base_props, NULL, NULL,
889 apr_hash_t *base_props; local
897 SVN_ERR(fetch_base_props(&base_props, eb->changes, ev1_relpath,
909 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props,
1011 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props,
1014 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c733 apr_hash_t *base_props = NULL;
749 &base_props, eb->db, eb->local_abspath, pool, pool));
755 if (!base_props)
756 base_props = apr_hash_make(pool);
806 new_pristine_props = svn_prop__patch(base_props, regular_prop_changes,
813 base_props,
820 new_pristine_props = base_props;
731 apr_hash_t *base_props = NULL; local
H A Dupgrade.c669 apr_hash_t *base_props,
779 SVN_ERR(svn_sqlite__bind_properties(stmt, 4, base_props, scratch_pool));
787 apr_hash_t *props = revert_props ? revert_props : base_props;
801 && base_props != NULL)
805 SVN_ERR(svn_prop_diffs(&diffs, working_props, base_props, scratch_pool));
858 apr_hash_t *base_props; local
908 SVN_ERR(read_propfile(&base_props, base_abspath,
918 base_props, revert_props, working_props,
666 upgrade_apply_props(svn_sqlite__db_t *sdb, const char *dir_abspath, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *revert_props, apr_hash_t *working_props, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument
H A Dwc_db_update_move.c2970 apr_hash_t *base_props,
3018 apr_hash_t *base_props,
3065 apr_hash_t *base_props,
3088 base_props, working_props, propchanges,
3107 apr_hash_t *base_props,
3139 base_props, working_props,
3251 apr_hash_t *base_props,
3280 base_props, working_props,
3333 apr_hash_t *base_props, *working_props; local
3346 SVN_ERR(get_info(&base_props,
2967 tc_editor_update_add_new_file(added_node_baton_t *nb, svn_node_kind_t base_kind, const svn_checksum_t *base_checksum, apr_hash_t *base_props, svn_node_kind_t working_kind, const svn_checksum_t *working_checksum, apr_hash_t *working_props, apr_pool_t *scratch_pool) argument
3016 tc_editor_update_add_new_directory(added_node_baton_t *nb, svn_node_kind_t base_kind, apr_hash_t *base_props, apr_hash_t *working_props, apr_pool_t *scratch_pool) argument
3062 update_incoming_add_merge_props(svn_wc_notify_state_t *prop_state, svn_skel_t **conflict_skel, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *working_props, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3103 tc_editor_update_add_merge_files(added_node_baton_t *nb, const svn_checksum_t *working_checksum, const svn_checksum_t *base_checksum, apr_hash_t *working_props, apr_hash_t *base_props, apr_pool_t *scratch_pool) argument
3249 tc_editor_update_add_merge_dirprops(added_node_baton_t *nb, apr_hash_t *working_props, apr_hash_t *base_props, apr_pool_t *scratch_pool) argument
[all...]
H A Ddiff_editor.c223 apr_hash_t *base_props;
407 apr_hash_t *base_props;
507 SVN_ERR(svn_wc__db_base_get_props(&base_props, db, local_abspath,
510 base_props = apr_hash_make(scratch_pool);
513 local_props = base_props;
521 SVN_ERR(svn_prop_diffs(&prop_changes, local_props, base_props, scratch_pool));
530 base_props,
2048 NULL, NULL, &fb->base_props, NULL,
2105 And if they match set fb->base_checksum and fb->base_props */
2211 prop_base = fb->base_props;
222 apr_hash_t *base_props; member in struct:file_baton_t
406 apr_hash_t *base_props; local
[all...]
H A Dupdate_editor.c2432 apr_hash_t *base_props;
2472 SVN_ERR(svn_wc__db_read_pristine_props(&base_props,
2479 SVN_ERR(svn_wc__db_base_get_props(&base_props,
2484 base_props = apr_hash_make(pool);
2499 props_to_delete = apr_hash_copy(pool, base_props);
2539 old_val_s = svn_hash_gets(base_props, SVN_PROP_EXTERNALS);
2567 actual_props = base_props;
2571 new_base_props = svn_prop__patch(base_props, regular_prop_changes,
2579 base_props,
2757 props = base_props;
2428 apr_hash_t *base_props; local
[all...]
H A Dconflicts.c2116 apr_hash_t *base_props;
2167 SVN_ERR(svn_wc__db_read_pristine_props(&base_props, db, local_abspath,
2170 base_props = NULL;
2220 desc->prop_value_base = base_props ? svn_hash_gets(base_props, propname)
2115 apr_hash_t *base_props; local
H A Dwc_db.c817 apr_hash_t *base_props = (apr_hash_t *)pibb->props; local
820 if (base_props != NULL
822 && (apr_hash_count(base_props) == apr_hash_count(new_actual_props)))
826 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props,
1093 apr_hash_t *base_props = (apr_hash_t *)piwb->props; local
1096 if (base_props != NULL
1098 && (apr_hash_count(base_props) == apr_hash_count(new_actual_props)))
1102 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h296 static const svn_ra_serf__dav_props_t base_props[] =
293 static const svn_ra_serf__dav_props_t base_props[] = variable
H A Dutil.c1714 base_props,

Completed in 191 milliseconds