Home
last modified time | relevance | path

Searched refs:regular_props (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c194 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-12.1/contrib/subversion/subversion/include/
H A Dsvn_props.h296 apr_array_header_t **regular_props,
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c5382 apr_array_header_t *regular_props; in svn_wc_add_repos_file4() local
5386 &entry_props, NULL, &regular_props, in svn_wc_add_repos_file4()
5390 new_base_props = svn_prop_array_to_hash(regular_props, pool); in svn_wc_add_repos_file4()
5598 apr_array_header_t *regular_props; in svn_wc__complete_directory_add() local
5603 &entry_props, NULL, &regular_props, in svn_wc__complete_directory_add()
5607 new_original_props = svn_prop_array_to_hash(regular_props, scratch_pool); in svn_wc__complete_directory_add()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2266 apr_array_header_t *regular_props; in merge_file_added() local
2280 NULL, NULL, &regular_props, in merge_file_added()
2283 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_file_added()
3123 apr_array_header_t *regular_props; in merge_dir_added() local
3129 NULL, NULL, &regular_props, scratch_pool)); in merge_dir_added()
3131 new_props = svn_prop_array_to_hash(regular_props, scratch_pool); in merge_dir_added()
H A Dconflicts.c7408 apr_array_header_t *regular_props; in diff_file_added() local
7419 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, &regular_props, in diff_file_added()
7422 svn_prop_array_to_hash(regular_props, in diff_file_added()
7456 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, &regular_props, in diff_file_added()
7460 svn_prop_array_to_hash(regular_props, in diff_file_added()