Searched refs:normalized_count (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/svnsync/ |
| H A D | sync.h | 48 int *normalized_count,
|
| H A D | svnsync.c | 708 int *normalized_count, in copy_revprops() argument 727 SVN_ERR(svnsync_normalize_revprops(rev_props, normalized_count, in copy_revprops() 1267 int normalized_count; in replay_rev_started() local 1309 SVN_ERR(svnsync_normalize_revprops(filtered, &normalized_count, in replay_rev_started() 1311 rb->normalized_rev_props_count += normalized_count; in replay_rev_started() 1358 int normalized_count; in replay_rev_finished() local 1386 SVN_ERR(svnsync_normalize_revprops(filtered, &normalized_count, in replay_rev_finished() 1388 rb->normalized_rev_props_count += normalized_count; in replay_rev_finished() 1667 int normalized_count; in do_copy_revprops() local 1671 baton->source_prop_encoding, &normalized_count, in do_copy_revprops() [all …]
|
| H A D | sync.c | 187 int *normalized_count, in svnsync_normalize_revprops() argument 192 *normalized_count = 0; in svnsync_normalize_revprops() 211 (*normalized_count)++; /* Count it. */ in svnsync_normalize_revprops()
|