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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c195 apr_array_header_t **regular_props,
203 if (regular_props)
204 *regular_props = apr_array_make(pool, 1, sizeof(svn_prop_t));
217 if (regular_props)
218 newprop = apr_array_push(*regular_props);
191 svn_categorize_props(const apr_array_header_t *proplist, apr_array_header_t **entry_props, apr_array_header_t **wc_props, apr_array_header_t **regular_props, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_props.h297 apr_array_header_t **regular_props,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c5398 apr_array_header_t *regular_props;
5402 &entry_props, NULL, &regular_props,
5406 new_base_props = svn_prop_array_to_hash(regular_props, pool);
5614 apr_array_header_t *regular_props;
5619 &entry_props, NULL, &regular_props,
5623 new_original_props = svn_prop_array_to_hash(regular_props, scratch_pool);
5393 apr_array_header_t *regular_props; local
5609 apr_array_header_t *regular_props; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2286 apr_array_header_t *regular_props;
2300 NULL, NULL, &regular_props,
2303 new_props = svn_prop_array_to_hash(regular_props, scratch_pool);
3143 apr_array_header_t *regular_props;
3149 NULL, NULL, &regular_props, scratch_pool));
3151 new_props = svn_prop_array_to_hash(regular_props, scratch_pool);
2282 apr_array_header_t *regular_props; local
3139 apr_array_header_t *regular_props; local
H A Dconflicts.c7662 apr_array_header_t *regular_props;
7673 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, &regular_props,
7676 svn_prop_array_to_hash(regular_props,
7710 SVN_ERR(svn_categorize_props(propsarray, NULL, NULL, &regular_props,
7714 svn_prop_array_to_hash(regular_props,
7660 apr_array_header_t *regular_props; local

Completed in 235 milliseconds