Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c764 apr_array_header_t *entry_prop_changes; in close_file() local
769 SVN_ERR(svn_categorize_props(eb->propchanges, &entry_prop_changes, in close_file()
774 for (i = 0; i < entry_prop_changes->nelts; i++) in close_file()
776 const svn_prop_t *prop = &APR_ARRAY_IDX(entry_prop_changes, i, in close_file()
H A Dupdate_editor.c2417 apr_array_header_t *entry_prop_changes; in close_directory() local
2443 SVN_ERR(svn_categorize_props(db->propchanges, &entry_prop_changes, in close_directory()
2578 &new_changed_author, entry_prop_changes, in close_directory()
4193 apr_array_header_t *entry_prop_changes; in close_file() local
4233 SVN_ERR(svn_categorize_props(fb->propchanges, &entry_prop_changes, in close_file()
4246 entry_prop_changes, in close_file()
4263 for (i = 0; i < entry_prop_changes->nelts; ++i) in close_file()
4266 = &APR_ARRAY_IDX(entry_prop_changes, i, svn_prop_t); in close_file()