Searched refs:regular_props (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | properties.c | 194 apr_array_header_t **regular_props, in svn_categorize_props() argument 202 if (regular_props) in svn_categorize_props() 203 *regular_props = apr_array_make(pool, 1, sizeof(svn_prop_t)); in svn_categorize_props() 216 if (regular_props) in svn_categorize_props() 217 newprop = apr_array_push(*regular_props); in svn_categorize_props()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_props.h | 296 apr_array_header_t **regular_props,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 5393 apr_array_header_t *regular_props; in svn_wc_add_repos_file4() local 5397 &entry_props, NULL, ®ular_props, in svn_wc_add_repos_file4() 5401 new_base_props = svn_prop_array_to_hash(regular_props, pool); in svn_wc_add_repos_file4() 5609 apr_array_header_t *regular_props; in svn_wc__complete_directory_add() local 5614 &entry_props, NULL, ®ular_props, in svn_wc__complete_directory_add() 5618 new_original_props = svn_prop_array_to_hash(regular_props, scratch_pool); in svn_wc__complete_directory_add()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | merge.c | 2282 apr_array_header_t *regular_props; in merge_file_added() local 2296 NULL, NULL, ®ular_props, in merge_file_added() 2299 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_file_added() 3139 apr_array_header_t *regular_props; in merge_dir_added() local 3145 NULL, NULL, ®ular_props, scratch_pool)); in merge_dir_added() 3147 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_dir_added()
|
| H A D | conflicts.c | 7660 apr_array_header_t *regular_props; in diff_file_added() local 7671 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, ®ular_props, in diff_file_added() 7674 svn_prop_array_to_hash(regular_props, in diff_file_added() 7708 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, ®ular_props, in diff_file_added() 7712 svn_prop_array_to_hash(regular_props, in diff_file_added()
|