Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dshelf2.c822 read_props_from_wc(apr_hash_t **base_props, in read_props_from_wc() argument
831 SVN_ERR(svn_wc_get_pristine_props(base_props, ctx->wc_ctx, from_wc_abspath, in read_props_from_wc()
834 *base_props = NULL; in read_props_from_wc()
848 apr_hash_t *base_props, in write_props_to_shelf() argument
855 if (base_props) in write_props_to_shelf()
862 SVN_ERR(svn_hash_write2(base_props, stream, NULL, scratch_pool)); in write_props_to_shelf()
883 read_props_from_shelf(apr_hash_t **base_props, in read_props_from_shelf() argument
896 *base_props = apr_hash_make(result_pool); in read_props_from_shelf()
902 SVN_ERR(svn_hash_read2(*base_props, stream, NULL, scratch_pool)); in read_props_from_shelf()
906 *base_props = NULL; in read_props_from_shelf()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
Dbranch_compat.c749 fetch_base_props(apr_hash_t **base_props, in fetch_base_props() argument
763 *base_props = NULL; in fetch_base_props()
768 *base_props = apr_hash_make(result_pool); in fetch_base_props()
804 SVN_ERR(fetch_func(NULL, base_props, NULL, NULL, in fetch_base_props()
889 apr_hash_t *base_props; in apply_change() local
897 SVN_ERR(fetch_base_props(&base_props, eb->changes, ev1_relpath, in apply_change()
909 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props, in apply_change()
1011 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props, in apply_change()
1014 SVN_ERR(drive_ev1_props(ev1_relpath, change, base_props, in apply_change()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dupgrade.c669 apr_hash_t *base_props, in upgrade_apply_props() argument
779 SVN_ERR(svn_sqlite__bind_properties(stmt, 4, base_props, scratch_pool)); in upgrade_apply_props()
787 apr_hash_t *props = revert_props ? revert_props : base_props; in upgrade_apply_props()
801 && base_props != NULL) in upgrade_apply_props()
805 SVN_ERR(svn_prop_diffs(&diffs, working_props, base_props, scratch_pool)); in upgrade_apply_props()
858 apr_hash_t *base_props; in migrate_node_props() local
908 SVN_ERR(read_propfile(&base_props, base_abspath, in migrate_node_props()
918 base_props, revert_props, working_props, in migrate_node_props()
Dexternals.c731 apr_hash_t *base_props = NULL; in close_file() local
747 &base_props, eb->db, eb->local_abspath, pool, pool)); in close_file()
753 if (!base_props) in close_file()
754 base_props = apr_hash_make(pool); in close_file()
804 new_pristine_props = svn_prop__patch(base_props, regular_prop_changes, in close_file()
811 base_props, in close_file()
818 new_pristine_props = base_props; in close_file()
Dwc_db_update_move.c2970 apr_hash_t *base_props, in tc_editor_update_add_new_file() argument
3018 apr_hash_t *base_props, in tc_editor_update_add_new_directory() argument
3065 apr_hash_t *base_props, in update_incoming_add_merge_props() argument
3088 base_props, working_props, propchanges, in update_incoming_add_merge_props()
3107 apr_hash_t *base_props, in tc_editor_update_add_merge_files() argument
3139 base_props, working_props, in tc_editor_update_add_merge_files()
3251 apr_hash_t *base_props, in tc_editor_update_add_merge_dirprops() argument
3280 base_props, working_props, in tc_editor_update_add_merge_dirprops()
3333 apr_hash_t *base_props, *working_props; in update_locally_added_node() local
3346 SVN_ERR(get_info(&base_props, &base_checksum, &base_children, &base_kind, in update_locally_added_node()
[all …]
Ddiff_editor.c222 apr_hash_t *base_props; member
406 apr_hash_t *base_props; in svn_wc__diff_base_working_diff() local
506 SVN_ERR(svn_wc__db_base_get_props(&base_props, db, local_abspath, in svn_wc__diff_base_working_diff()
509 base_props = apr_hash_make(scratch_pool); in svn_wc__diff_base_working_diff()
512 local_props = base_props; in svn_wc__diff_base_working_diff()
520 SVN_ERR(svn_prop_diffs(&prop_changes, local_props, base_props, scratch_pool)); in svn_wc__diff_base_working_diff()
529 base_props, in svn_wc__diff_base_working_diff()
2046 NULL, NULL, &fb->base_props, NULL, in open_file()
2209 prop_base = fb->base_props; in close_file()
Dupdate_editor.c2428 apr_hash_t *base_props; in close_directory() local
2468 SVN_ERR(svn_wc__db_read_pristine_props(&base_props, in close_directory()
2475 SVN_ERR(svn_wc__db_base_get_props(&base_props, in close_directory()
2480 base_props = apr_hash_make(pool); in close_directory()
2495 props_to_delete = apr_hash_copy(pool, base_props); in close_directory()
2535 old_val_s = svn_hash_gets(base_props, SVN_PROP_EXTERNALS); in close_directory()
2563 actual_props = base_props; in close_directory()
2567 new_base_props = svn_prop__patch(base_props, regular_prop_changes, in close_directory()
2575 base_props, in close_directory()
2753 props = base_props; in close_directory()
Dconflicts.c2115 apr_hash_t *base_props; in read_prop_conflict_descs() local
2166 SVN_ERR(svn_wc__db_read_pristine_props(&base_props, db, local_abspath, in read_prop_conflict_descs()
2169 base_props = NULL; in read_prop_conflict_descs()
2219 desc->prop_value_base = base_props ? svn_hash_gets(base_props, propname) in read_prop_conflict_descs()
Dwc_db.c817 apr_hash_t *base_props = (apr_hash_t *)pibb->props; in insert_base_node() local
820 if (base_props != NULL in insert_base_node()
822 && (apr_hash_count(base_props) == apr_hash_count(new_actual_props))) in insert_base_node()
826 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props, in insert_base_node()
1093 apr_hash_t *base_props = (apr_hash_t *)piwb->props; in insert_working_node() local
1096 if (base_props != NULL in insert_working_node()
1098 && (apr_hash_count(base_props) == apr_hash_count(new_actual_props))) in insert_working_node()
1102 SVN_ERR(svn_prop_diffs(&diffs, new_actual_props, base_props, in insert_working_node()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dra_serf.h293 static const svn_ra_serf__dav_props_t base_props[] = variable
Dutil.c1713 base_props, in svn_ra_serf__discover_vcc()