| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | blame-cmd.c | 60 apr_hash_t *rev_props, in blame_receiver_xml() argument 83 svn_prop_get_value(rev_props, in blame_receiver_xml() 85 svn_prop_get_value(rev_props, in blame_receiver_xml() 174 apr_hash_t *rev_props, in blame_receiver() argument 229 svn_prop_get_value(rev_props, in blame_receiver() 231 svn_prop_get_value(rev_props, in blame_receiver()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | blame.c | 78 apr_hash_t *rev_props; member 131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened() 158 blame_ctx->rev_props, in blame_opened() 201 blame_ctx->rev_props, in blame_closed() 244 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
|
| HD | replay.c | 163 apr_hash_t *rev_props; member 188 svn_ra_serf__keep_only_regular_props(ctx->rev_props, scratch_pool); in replay_opened() 194 ctx->rev_props, in replay_opened() 250 ctx->rev_props, scratch_pool)); in replay_closed() 550 ctx.rev_props = apr_hash_make(scratch_pool); in svn_ra_serf__replay() 746 rev_ctx->rev_props = apr_hash_make(rev_ctx->pool); in svn_ra_serf__replay_range() 767 rev_ctx->rev_props, in svn_ra_serf__replay_range()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/ |
| HD | editor.c | 239 apr_hash_t *rev_props, in revstart_func_wrapper() argument 252 rev_props, result_pool)); in revstart_func_wrapper() 293 apr_hash_t *rev_props, in revfinish_func_wrapper() argument 298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
|
| HD | ra_loader.c | 1191 apr_hash_t *rev_props; in replay_range_from_replays() local 1195 SVN_ERR(svn_ra_rev_proplist(session, rev, &rev_props, iterpool)); in replay_range_from_replays() 1199 rev_props, in replay_range_from_replays() 1206 rev_props, in replay_range_from_replays()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | blame.c | 50 apr_hash_t *rev_props; /* the revision properties */ member 428 apr_hash_t *rev_props, in file_rev_handler() argument 477 notify->rev_props = rev_props; in file_rev_handler() 528 delta_baton->rev->rev_props = frb->last_props; in file_rev_handler() 534 frb->last_props = svn_prop_hash_dup(rev_props, frb->mainpool); in file_rev_handler() 546 delta_baton->rev->rev_props = svn_prop_hash_dup(rev_props, frb->mainpool); in file_rev_handler() 926 merged_rev_props = walk_merged->rev->rev_props; in svn_client_blame6() 955 walk->rev->rev_props, merged_rev, in svn_client_blame6()
|
| HD | deprecated.c | 180 apr_hash_t *rev_props, in blame_wrapper_receiver3() argument 193 revision, rev_props, merged_revision, in blame_wrapper_receiver3() 236 apr_hash_t *rev_props, in blame_wrapper_receiver2() argument 250 if (rev_props != NULL) in blame_wrapper_receiver2() 252 author = svn_prop_get_value(rev_props, SVN_PROP_REVISION_AUTHOR); in blame_wrapper_receiver2() 253 date = svn_prop_get_value(rev_props, SVN_PROP_REVISION_DATE); in blame_wrapper_receiver2()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_ra_private.h | 273 apr_hash_t *rev_props, 281 apr_hash_t *rev_props,
|
| /freebsd-13-stable/contrib/subversion/subversion/svnsync/ |
| HD | svnsync.c | 598 apr_hash_t *rev_props, in write_revprops() argument 607 for (hi = apr_hash_first(pool, rev_props); hi; hi = apr_hash_next(hi)) in write_revprops() 712 apr_hash_t *existing_props, *rev_props; in copy_revprops() local 723 SVN_ERR(svn_ra_rev_proplist(from_session, rev, &rev_props, subpool)); in copy_revprops() 727 SVN_ERR(svnsync_normalize_revprops(rev_props, normalized_count, in copy_revprops() 731 SVN_ERR(write_revprops(&filtered_count, to_session, rev, rev_props, in copy_revprops() 737 rev_props, existing_props, pool)); in copy_revprops() 1255 apr_hash_t *rev_props, in replay_rev_started() argument 1291 filtered = filter_props(&filtered_count, rev_props, in replay_rev_started() 1351 apr_hash_t *rev_props, in replay_rev_finished() argument [all …]
|
| HD | sync.h | 47 svnsync_normalize_revprops(apr_hash_t *rev_props,
|
| HD | sync.c | 186 svnsync_normalize_revprops(apr_hash_t *rev_props, in svnsync_normalize_revprops() argument 194 for (hi = apr_hash_first(pool, rev_props); in svnsync_normalize_revprops() 208 svn_hash_sets(rev_props, propname, propval); in svnsync_normalize_revprops()
|
| /freebsd-13-stable/contrib/subversion/subversion/svnrdump/ |
| HD | svnrdump.c | 209 apr_hash_t *rev_props, in replay_revstart() argument 216 SVN_ERR(svn_rdump__normalize_props(&normal_props, rev_props, pool)); in replay_revstart() 236 apr_hash_t *rev_props, in replay_revend() argument 258 apr_hash_t *rev_props, in replay_revstart_v2() argument 265 SVN_ERR(svn_rdump__normalize_props(&normal_props, rev_props, pool)); in replay_revstart_v2() 285 apr_hash_t *rev_props, in replay_revend_v2() argument
|
| HD | load_editor.c | 72 apr_hash_t *rev_props, 1070 apr_hash_t *rev_props, in revstart() argument 1082 rev_props, in revstart()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | util.c | 146 if (ret->rev_props) in svn_wc_dup_notify() 147 ret->rev_props = svn_prop_hash_dup(ret->rev_props, pool); in svn_wc_dup_notify()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_delta.h | 1523 apr_hash_t *rev_props, 1545 apr_hash_t *rev_props,
|
| HD | svn_ra.h | 178 apr_hash_t *rev_props, 246 apr_hash_t *rev_props, 270 apr_hash_t *rev_props,
|
| HD | svn_client.h | 780 apr_hash_t *rev_props, 807 apr_hash_t *rev_props,
|
| HD | svn_repos.h | 2438 apr_hash_t *rev_props,
|
| HD | svn_wc.h | 1465 apr_hash_t *rev_props; member
|
| /freebsd-13-stable/contrib/subversion/subversion/svnbench/ |
| HD | null-blame-cmd.c | 64 apr_hash_t *rev_props, in file_rev_handler() argument
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | client.c | 2382 apr_hash_t *rev_props; in ra_svn_get_file_revs() local 2404 SVN_ERR(svn_ra_svn__parse_proplist(rev_proplist, rev_pool, &rev_props)); in ra_svn_get_file_revs() 2418 SVN_ERR(handler(handler_baton, p, rev, rev_props, merged_rev, in ra_svn_get_file_revs() 3011 apr_hash_t *rev_props; in ra_svn_replay_range() local 3030 SVN_ERR(svn_ra_svn__parse_proplist(list, iterpool, &rev_props)); in ra_svn_replay_range() 3034 rev_props, in ra_svn_replay_range() 3048 rev_props, in ra_svn_replay_range()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | rev_hunt.c | 1363 apr_hash_t *rev_props; in send_path_revision() local 1377 SVN_ERR(svn_fs_revision_proplist2(&rev_props, repos->fs, in send_path_revision() 1444 rev_props, path_rev->merged, in send_path_revision()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | compat.c | 53 apr_hash_t *rev_props, in file_rev_handler_wrapper() argument 66 rev_props, in file_rev_handler_wrapper()
|
| /freebsd-13-stable/contrib/subversion/subversion/svnserve/ |
| HD | serve.c | 2855 svn_revnum_t rev, apr_hash_t *rev_props, in file_rev_handler() argument 2867 SVN_ERR(svn_ra_svn__write_proplist(frb->conn, pool, rev_props)); in file_rev_handler()
|