Home
last modified time | relevance | path

Searched refs:entry_props (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dproperties.c192 apr_array_header_t **entry_props, in svn_categorize_props() argument
198 if (entry_props) in svn_categorize_props()
199 *entry_props = apr_array_make(pool, 1, sizeof(svn_prop_t)); in svn_categorize_props()
226 if (entry_props) in svn_categorize_props()
227 newprop = apr_array_push(*entry_props); in svn_categorize_props()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Ddelta.c62 svn_boolean_t entry_props; member
212 svn_boolean_t entry_props, in svn_repos_dir_delta2() argument
305 c.entry_props = entry_props; in svn_repos_dir_delta2()
487 if (c->entry_props) in delta_proplists()
Ddeprecated.c375 svn_boolean_t entry_props, in svn_repos_dir_delta() argument
390 entry_props, in svn_repos_dir_delta()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_props.h294 apr_array_header_t **entry_props,
Dsvn_repos.h1436 svn_boolean_t entry_props,
1460 svn_boolean_t entry_props,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dupdate_editor.c1052 const apr_array_header_t *entry_props, in accumulate_last_change() argument
1062 for (i = 0; i < entry_props->nelts; ++i) in accumulate_last_change()
1064 const svn_prop_t *prop = &APR_ARRAY_IDX(entry_props, i, svn_prop_t); in accumulate_last_change()
5394 apr_array_header_t *entry_props; in svn_wc_add_repos_file4() local
5397 &entry_props, NULL, &regular_props, in svn_wc_add_repos_file4()
5407 entry_props, pool, pool)); in svn_wc_add_repos_file4()
5610 apr_array_header_t *entry_props; in svn_wc__complete_directory_add() local
5614 &entry_props, NULL, &regular_props, in svn_wc__complete_directory_add()
5624 entry_props, scratch_pool, scratch_pool)); in svn_wc__complete_directory_add()