Searched refs:pristine_props (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | repos_diff.c | 178 apr_hash_t *pristine_props; member 339 &(fb->pristine_props), in get_file_from_ra() 349 &(fb->pristine_props), in get_file_from_ra() 388 remove_non_prop_changes(apr_hash_t *pristine_props, in remove_non_prop_changes() argument 394 if (apr_hash_count(pristine_props) == 0) in remove_non_prop_changes() 514 fb->pristine_props, in diff_deleted_file() 771 fb->pristine_props = pb->edit_baton->empty_hash; in add_file() 1006 if (!fb->added && !fb->pristine_props) in close_file() 1013 if (fb->pristine_props) in close_file() 1068 apr_hash_t *pristine_props; in close_directory() local [all …]
|
| H A D | merge.c | 1099 apr_hash_t *pristine_props; in prepare_merge_props_changed() local 1101 SVN_ERR(svn_wc_get_pristine_props(&pristine_props, in prepare_merge_props_changed() 1107 if (pristine_props in prepare_merge_props_changed() 1108 && svn_hash_gets(pristine_props, SVN_PROP_MERGEINFO)) in prepare_merge_props_changed() 2214 apr_hash_t *pristine_props; in merge_file_added() local 2271 pristine_props = right_props; /* Includes last_* information */ in merge_file_added() 2274 if (svn_hash_gets(pristine_props, SVN_PROP_MERGEINFO)) in merge_file_added() 2291 pristine_props = apr_hash_make(scratch_pool); /* Local addition */ in merge_file_added() 2310 pristine_props, new_props, in merge_file_added()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | translate.c | 409 apr_hash_t *pristine_props; in svn_wc__sync_flags_with_props() local 412 pristine_props = props; in svn_wc__sync_flags_with_props() 414 SVN_ERR(svn_wc__db_read_pristine_props(&pristine_props, db, local_abspath, in svn_wc__sync_flags_with_props() 417 pristine_props = NULL; in svn_wc__sync_flags_with_props() 419 if (pristine_props in svn_wc__sync_flags_with_props() 420 && svn_hash_gets(pristine_props, SVN_PROP_NEEDS_LOCK) ) in svn_wc__sync_flags_with_props()
|
| H A D | diff_editor.c | 938 apr_hash_t *pristine_props; in svn_wc__diff_local_only_file() local 974 pristine_props = apr_hash_make(scratch_pool); in svn_wc__diff_local_only_file() 976 SVN_ERR(svn_wc__db_read_pristine_props(&pristine_props, in svn_wc__diff_local_only_file() 1048 ? pristine_props in svn_wc__diff_local_only_file() 1078 apr_hash_t *pristine_props; in svn_wc__diff_local_only_dir() local 1124 pristine_props = apr_hash_make(scratch_pool); in svn_wc__diff_local_only_dir() 1126 SVN_ERR(svn_wc__db_read_pristine_props(&pristine_props, in svn_wc__diff_local_only_dir() 1263 ? pristine_props in svn_wc__diff_local_only_dir() 2586 apr_hash_t *pristine_props = copyfrom_props; in wrap_dir_added() local 2591 if (!pristine_props) in wrap_dir_added() [all …]
|
| H A D | merge.c | 1230 apr_hash_t *pristine_props = NULL; in svn_wc_merge5() local 1294 SVN_ERR(svn_wc__db_read_pristine_props(&pristine_props, in svn_wc_merge5() 1299 pristine_props = apr_hash_make(scratch_pool); in svn_wc_merge5() 1307 else if (pristine_props) in svn_wc_merge5() 1308 old_actual_props = pristine_props; in svn_wc_merge5() 1339 original_props, pristine_props, old_actual_props, in svn_wc_merge5()
|
| H A D | props.c | 175 apr_hash_t *pristine_props = NULL; in svn_wc_merge_props3() local 256 SVN_ERR(svn_wc__db_read_pristine_props(&pristine_props, db, local_abspath, in svn_wc_merge_props3() 258 if (pristine_props == NULL) in svn_wc_merge_props3() 259 pristine_props = apr_hash_make(scratch_pool); in svn_wc_merge_props3() 265 actual_props = pristine_props; in svn_wc_merge_props3() 273 pristine_props, in svn_wc_merge_props3() 1226 apr_hash_t *pristine_props, in svn_wc__merge_props() argument 1237 SVN_ERR_ASSERT(pristine_props != NULL); in svn_wc__merge_props() 1243 server_baseprops = pristine_props; in svn_wc__merge_props() 1264 = svn_hash_gets(pristine_props, propname); in svn_wc__merge_props()
|
| H A D | props.h | 115 /*const*/ apr_hash_t *pristine_props,
|
| H A D | wc_db.h | 2119 apr_hash_t **pristine_props,
|
| H A D | wc_db.c | 6182 apr_hash_t *pristine_props; in set_props_txn() local 6187 SVN_ERR(db_read_pristine_props(&pristine_props, wcroot, local_relpath, FALSE, in set_props_txn() 6189 if (props && pristine_props) in set_props_txn() 6193 SVN_ERR(svn_prop_diffs(&prop_diffs, props, pristine_props, in set_props_txn() 10025 apr_hash_t **pristine_props, in svn_wc__db_read_node_install_info() argument 10076 if (!err && pristine_props) in svn_wc__db_read_node_install_info() 10078 err = svn_sqlite__column_properties(pristine_props, stmt, 14, in svn_wc__db_read_node_install_info() 10081 if (*pristine_props == NULL) in svn_wc__db_read_node_install_info() 10082 *pristine_props = apr_hash_make(result_pool); in svn_wc__db_read_node_install_info()
|