Searched refs:regular_prop_changes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 2427 apr_array_header_t *regular_prop_changes; in close_directory() local 2496 for (i = 0; i < regular_prop_changes->nelts; i++) in close_directory() 2499 prop = &APR_ARRAY_IDX(regular_prop_changes, i, svn_prop_t); in close_directory() 2510 svn_prop_t *prop = apr_array_push(regular_prop_changes); in close_directory() 2520 if (regular_prop_changes->nelts) in close_directory() 2528 = externals_prop_changed(regular_prop_changes); in close_directory() 2567 new_base_props = svn_prop__patch(base_props, regular_prop_changes, in close_directory() 2577 regular_prop_changes, in close_directory() 4206 apr_array_header_t *regular_prop_changes; in close_file() local 4245 &dav_prop_changes, ®ular_prop_changes, in close_file() [all …]
|
| H A D | externals.c | 766 apr_array_header_t *regular_prop_changes; in close_file() local 770 &dav_prop_changes, ®ular_prop_changes, in close_file() 802 if (regular_prop_changes->nelts > 0) in close_file() 804 new_pristine_props = svn_prop__patch(base_props, regular_prop_changes, in close_file() 813 regular_prop_changes, in close_file()
|