Searched refs:entry_prop_changes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c766 apr_array_header_t *entry_prop_changes;
771 SVN_ERR(svn_categorize_props(eb->propchanges, &entry_prop_changes,
776 for (i = 0; i < entry_prop_changes->nelts; i++)
778 const svn_prop_t *prop = &APR_ARRAY_IDX(entry_prop_changes, i,
764 apr_array_header_t *entry_prop_changes; local
H A Dupdate_editor.c2429 apr_array_header_t *entry_prop_changes;
2455 SVN_ERR(svn_categorize_props(db->propchanges, &entry_prop_changes,
2590 &new_changed_author, entry_prop_changes,
4208 apr_array_header_t *entry_prop_changes;
4248 SVN_ERR(svn_categorize_props(fb->propchanges, &entry_prop_changes,
4261 entry_prop_changes,
4278 for (i = 0; i < entry_prop_changes->nelts; ++i)
4281 = &APR_ARRAY_IDX(entry_prop_changes, i, svn_prop_t);
2425 apr_array_header_t *entry_prop_changes; local
4204 apr_array_header_t *entry_prop_changes; local

Completed in 116 milliseconds