Searched refs:entry_prop_changes (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | externals.c | 762 apr_array_header_t *entry_prop_changes; in close_file() local 767 SVN_ERR(svn_categorize_props(eb->propchanges, &entry_prop_changes, in close_file() 772 for (i = 0; i < entry_prop_changes->nelts; i++) in close_file() 774 const svn_prop_t *prop = &APR_ARRAY_IDX(entry_prop_changes, i, in close_file()
|
| HD | update_editor.c | 2417 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() 4170 apr_array_header_t *entry_prop_changes; in close_file() local 4210 SVN_ERR(svn_categorize_props(fb->propchanges, &entry_prop_changes, in close_file() 4223 entry_prop_changes, in close_file() 4240 for (i = 0; i < entry_prop_changes->nelts; ++i) in close_file() 4243 = &APR_ARRAY_IDX(entry_prop_changes, i, svn_prop_t); in close_file()
|