Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c102 const apr_array_header_t *prop_changes, in default_dir_changed() argument
341 if (prop_changes) in reverse_dir_changed()
486 if (prop_changes) in reverse_file_changed()
693 prop_changes, in filter_dir_changed()
839 prop_changes, in filter_file_changed()
1038 prop_changes, in copy_as_changed_dir_changed()
1205 prop_changes, in copy_as_changed_file_changed()
1419 prop_changes, in tee_dir_changed()
1429 prop_changes, in tee_dir_changed()
1600 prop_changes, in tee_file_changed()
[all …]
/freebsd-12.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-12.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-12.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff_summarize.c149 const apr_array_header_t *prop_changes, in diff_dir_changed() argument
232 const apr_array_header_t *prop_changes, in diff_file_changed() argument
242 props_changed(prop_changes, scratch_pool), in diff_file_changed()
H A Ddiff.c1143 if (prop_changes->nelts > 0) in diff_file_changed()
1173 apr_array_header_t *prop_changes; in diff_file_added() local
1241 if (prop_changes->nelts > 0) in diff_file_added()
1246 prop_changes, in diff_file_added()
1302 apr_array_header_t *prop_changes; in diff_file_deleted() local
1310 prop_changes, in diff_file_deleted()
1336 prop_changes, in diff_dir_changed()
1358 apr_array_header_t *prop_changes; in diff_dir_added() local
1398 apr_array_header_t *prop_changes; in diff_dir_deleted() local
1405 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 Dcommit_util.c1696 apr_array_header_t *prop_changes = item->outgoing_prop_changes; in do_item_commit() local
1698 for (ctr = 0; ctr < prop_changes->nelts; ctr++) in do_item_commit()
1700 prop = APR_ARRAY_IDX(prop_changes, ctr, svn_prop_t *); in do_item_commit()
H A Dmerge.c2013 const apr_array_header_t *prop_changes, in merge_file_changed() argument
2056 SVN_ERR(prepare_merge_props_changed(&prop_changes, local_abspath, in merge_file_changed()
2057 prop_changes, merge_b, in merge_file_changed()
2066 if ((merge_b->record_only || !left_file) && prop_changes->nelts) in merge_file_changed()
2070 left_props, prop_changes, in merge_file_changed()
2133 left_props, prop_changes, in merge_file_changed()
2320 apr_array_header_t *prop_changes; in properties_same_p() local
2324 SVN_ERR(svn_prop_diffs(&prop_changes, props1, props2, scratch_pool)); in properties_same_p()
2326 for (i = 0; i < prop_changes->nelts; i++) in properties_same_p()
2328 const char *pname = APR_ARRAY_IDX(prop_changes, i, svn_prop_t).name; in properties_same_p()
[all …]
/freebsd-12.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-12.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-12.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c134 apr_hash_t *prop_changes; member
507 nb->prop_changes = apr_hash_make(rb->pool); in new_node_record()
785 svn_hash_sets(nb->prop_changes, prop->name, prop); in set_node_property()
803 svn_hash_sets(nb->prop_changes, prop->name, prop); in delete_node_property()
922 for (hi = apr_hash_first(pool, nb->prop_changes); in close_node()