Searched refs:normalized_count (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/svnsync/ |
| H A D | svnsync.c | 703 int *normalized_count, in copy_revprops() argument 722 SVN_ERR(svnsync_normalize_revprops(rev_props, normalized_count, in copy_revprops() 1262 int normalized_count; in replay_rev_started() local 1304 SVN_ERR(svnsync_normalize_revprops(filtered, &normalized_count, in replay_rev_started() 1306 rb->normalized_rev_props_count += normalized_count; in replay_rev_started() 1353 int normalized_count; in replay_rev_finished() local 1381 SVN_ERR(svnsync_normalize_revprops(filtered, &normalized_count, in replay_rev_finished() 1383 rb->normalized_rev_props_count += normalized_count; in replay_rev_finished() 1662 int normalized_count; in do_copy_revprops() local 1666 baton->source_prop_encoding, &normalized_count, in do_copy_revprops() [all …]
|
| H A D | sync.h | 48 int *normalized_count,
|
| 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()
|