Home
last modified time | relevance | path

Searched refs:prop_changes (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c94 const apr_array_header_t *prop_changes, in default_dir_changed() argument
318 if (prop_changes) in reverse_dir_changed()
448 if (prop_changes) in reverse_file_changed()
646 prop_changes, in filter_dir_changed()
792 prop_changes, in filter_file_changed()
991 prop_changes, in copy_as_changed_dir_changed()
1158 prop_changes, in copy_as_changed_file_changed()
1372 prop_changes, in tee_dir_changed()
1382 prop_changes, in tee_dir_changed()
1553 prop_changes, in tee_file_changed()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c89 apr_hash_t *prop_changes; member
140 apr_hash_t *prop_changes; member
192 apr_hash_t *prop_changes; member
1295 dir->prop_changes = apr_hash_make(dir->pool); in open_root()
1343 dir->prop_changes = apr_hash_make(dir->pool); in open_root()
1523 dir->prop_changes = apr_hash_make(dir->pool); in add_directory()
1615 dir->prop_changes = apr_hash_make(dir->pool); in open_directory()
1673 if (apr_hash_count(dir->prop_changes)) in close_directory()
1681 proppatch_ctx->prop_changes = dir->prop_changes; in close_directory()
2202 if (apr_hash_count(ctx->prop_changes)) in close_file()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff_summarize.c141 const apr_array_header_t *prop_changes, in diff_dir_changed() argument
224 const apr_array_header_t *prop_changes, in diff_file_changed() argument
234 props_changed(prop_changes, scratch_pool), in diff_file_changed()
H A Ddiff.c1151 if (prop_changes->nelts > 0) in diff_file_changed()
1181 apr_array_header_t *prop_changes; in diff_file_added() local
1247 if (prop_changes->nelts > 0) in diff_file_added()
1252 prop_changes, in diff_file_added()
1306 apr_array_header_t *prop_changes; in diff_file_deleted() local
1314 prop_changes, in diff_file_deleted()
1340 prop_changes, in diff_dir_changed()
1362 apr_array_header_t *prop_changes; in diff_dir_added() local
1402 apr_array_header_t *prop_changes; in diff_dir_deleted() local
1409 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, in diff_dir_deleted()
[all …]
H A Ddiff_local.c485 apr_array_header_t *prop_changes; in do_file_diff() local
490 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, in do_file_diff()
493 if (!same || prop_changes->nelts > 0) in do_file_diff()
503 prop_changes, in do_file_diff()
H A Dshelf2.c1404 apr_array_header_t *prop_changes; in wc_file_merge() local
1412 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, scratch_pool)); in wc_file_merge()
1425 left_props, prop_changes, in wc_file_merge()
1445 apr_array_header_t *prop_changes; in wc_dir_props_merge() local
1448 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, scratch_pool)); in wc_dir_props_merge()
1453 left_props, prop_changes, in wc_dir_props_merge()
1668 apr_array_header_t *prop_changes; in file_changed() local
1673 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, in file_changed()
1680 TRUE /*file_modified*/, prop_changes, in file_changed()
H A Dcommit_util.c1718 apr_array_header_t *prop_changes = item->outgoing_prop_changes; in do_item_commit() local
1720 for (ctr = 0; ctr < prop_changes->nelts; ctr++) in do_item_commit()
1722 prop = APR_ARRAY_IDX(prop_changes, ctr, svn_prop_t *); in do_item_commit()
H A Dmerge.c2029 const apr_array_header_t *prop_changes, in merge_file_changed() argument
2072 SVN_ERR(prepare_merge_props_changed(&prop_changes, local_abspath, in merge_file_changed()
2073 prop_changes, merge_b, in merge_file_changed()
2082 if ((merge_b->record_only || !left_file) && prop_changes->nelts) in merge_file_changed()
2086 left_props, prop_changes, in merge_file_changed()
2149 left_props, prop_changes, in merge_file_changed()
2336 apr_array_header_t *prop_changes; in properties_same_p() local
2340 SVN_ERR(svn_prop_diffs(&prop_changes, props1, props2, scratch_pool)); in properties_same_p()
2342 for (i = 0; i < prop_changes->nelts; i++) in properties_same_p()
2344 const char *pname = APR_ARRAY_IDX(prop_changes, i, svn_prop_t).name; in properties_same_p()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c408 apr_array_header_t *prop_changes; in svn_wc__diff_base_working_diff() local
522 if (prop_changes->nelts || !files_same) in svn_wc__diff_base_working_diff()
532 prop_changes, in svn_wc__diff_base_working_diff()
1867 apr_array_header_t *prop_changes; in close_directory() local
1887 if (prop_changes->nelts) in close_directory()
2239 apr_array_header_t *prop_changes; in close_file() local
2287 prop_changes, in close_file()
2587 apr_array_header_t *prop_changes = NULL; in wrap_dir_added() local
2739 apr_array_header_t *prop_changes; in wrap_file_added() local
2845 prop_changes, in wrap_file_changed()
[all …]
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h215 const apr_array_header_t *prop_changes,
282 const apr_array_header_t *prop_changes,
H A Dsvn_subr_private.h448 const apr_array_header_t *prop_changes,
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c325 const apr_array_header_t *prop_changes, in svn_prop__patch() argument
331 for (i = 0; i < prop_changes->nelts; i++) in svn_prop__patch()
333 const svn_prop_t *p = &APR_ARRAY_IDX(prop_changes, i, svn_prop_t); in svn_prop__patch()
/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c180 apr_hash_t *prop_changes; member
378 nb->prop_changes = apr_hash_make(rb->pool); in new_node_record()
641 svn_hash_sets(nb->prop_changes, prop->name, prop); in set_node_property()
659 svn_hash_sets(nb->prop_changes, prop->name, prop); in delete_node_property()
776 for (hi = apr_hash_first(pool, nb->prop_changes); in close_node()