Searched refs:entry_prop_changes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | externals.c | 764 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 D | update_editor.c | 2425 apr_array_header_t *entry_prop_changes; in close_directory() local 2451 SVN_ERR(svn_categorize_props(db->propchanges, &entry_prop_changes, in close_directory() 2586 &new_changed_author, entry_prop_changes, in close_directory() 4204 apr_array_header_t *entry_prop_changes; in close_file() local 4244 SVN_ERR(svn_categorize_props(fb->propchanges, &entry_prop_changes, in close_file() 4257 entry_prop_changes, in close_file() 4274 for (i = 0; i < entry_prop_changes->nelts; ++i) in close_file() 4277 = &APR_ARRAY_IDX(entry_prop_changes, i, svn_prop_t); in close_file()
|