Home
last modified time | relevance | path

Searched refs:rev_props (Results 1 – 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
HDblame-cmd.c60 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/
HDblame.c78 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()
HDreplay.c163 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/
HDeditor.c239 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()
HDra_loader.c1191 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/
HDblame.c50 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()
HDdeprecated.c180 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/
HDsvn_ra_private.h273 apr_hash_t *rev_props,
281 apr_hash_t *rev_props,
/freebsd-13-stable/contrib/subversion/subversion/svnsync/
HDsvnsync.c598 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 …]
HDsync.h47 svnsync_normalize_revprops(apr_hash_t *rev_props,
HDsync.c186 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/
HDsvnrdump.c209 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
HDload_editor.c72 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/
HDutil.c146 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/
HDsvn_delta.h1523 apr_hash_t *rev_props,
1545 apr_hash_t *rev_props,
HDsvn_ra.h178 apr_hash_t *rev_props,
246 apr_hash_t *rev_props,
270 apr_hash_t *rev_props,
HDsvn_client.h780 apr_hash_t *rev_props,
807 apr_hash_t *rev_props,
HDsvn_repos.h2438 apr_hash_t *rev_props,
HDsvn_wc.h1465 apr_hash_t *rev_props; member
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
HDnull-blame-cmd.c64 apr_hash_t *rev_props, in file_rev_handler() argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDclient.c2382 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/
HDrev_hunt.c1363 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/
HDcompat.c53 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/
HDserve.c2855 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()