Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/svn/
HDblame-cmd.c61 apr_hash_t *rev_props, in blame_receiver_xml() argument
84 svn_prop_get_value(rev_props, in blame_receiver_xml()
86 svn_prop_get_value(rev_props, in blame_receiver_xml()
177 apr_hash_t *rev_props, in blame_receiver() argument
232 svn_prop_get_value(rev_props, in blame_receiver()
234 svn_prop_get_value(rev_props, in blame_receiver()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDblame.c78 apr_hash_t *rev_props; member
129 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
156 blame_ctx->rev_props, in blame_opened()
199 blame_ctx->rev_props, in blame_closed()
242 svn_hash_sets(blame_ctx->rev_props, name, value); in blame_closed()
HDreplay.c163 apr_hash_t *rev_props; member
186 svn_ra_serf__keep_only_regular_props(ctx->rev_props, scratch_pool); in replay_opened()
192 ctx->rev_props, in replay_opened()
248 ctx->rev_props, scratch_pool)); in replay_closed()
547 ctx.rev_props = apr_hash_make(scratch_pool); in svn_ra_serf__replay()
709 rev_ctx->rev_props = apr_hash_make(rev_ctx->pool); in svn_ra_serf__replay_range()
730 rev_ctx->rev_props, in svn_ra_serf__replay_range()
/NextBSD/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.c1156 apr_hash_t *rev_props; in replay_range_from_replays() local
1160 SVN_ERR(svn_ra_rev_proplist(session, rev, &rev_props, iterpool)); in replay_range_from_replays()
1164 rev_props, in replay_range_from_replays()
1171 rev_props, in replay_range_from_replays()
/NextBSD/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()
921 merged_rev_props = walk_merged->rev->rev_props; in svn_client_blame5()
947 walk->rev->rev_props, merged_rev, in svn_client_blame5()
HDdeprecated.c181 apr_hash_t *rev_props, in blame_wrapper_receiver2() argument
195 if (rev_props != NULL) in blame_wrapper_receiver2()
197 author = svn_prop_get_value(rev_props, SVN_PROP_REVISION_AUTHOR); in blame_wrapper_receiver2()
198 date = svn_prop_get_value(rev_props, SVN_PROP_REVISION_DATE); in blame_wrapper_receiver2()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_ra_private.h273 apr_hash_t *rev_props,
281 apr_hash_t *rev_props,
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c601 apr_hash_t *rev_props, in write_revprops() argument
609 for (hi = apr_hash_first(pool, rev_props); hi; hi = apr_hash_next(hi)) in write_revprops()
698 apr_hash_t *existing_props, *rev_props; in copy_revprops() local
709 SVN_ERR(svn_ra_rev_proplist(from_session, rev, &rev_props, subpool)); in copy_revprops()
713 SVN_ERR(svnsync_normalize_revprops(rev_props, normalized_count, in copy_revprops()
717 SVN_ERR(write_revprops(&filtered_count, to_session, rev, rev_props, pool)); in copy_revprops()
722 rev_props, existing_props, pool)); in copy_revprops()
1239 apr_hash_t *rev_props, in replay_rev_started() argument
1275 filtered = filter_props(&filtered_count, rev_props, in replay_rev_started()
1335 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()
/NextBSD/contrib/subversion/subversion/svnrdump/
HDsvnrdump.c214 apr_hash_t *rev_props, in replay_revstart() argument
221 SVN_ERR(svn_rdump__normalize_props(&normal_props, rev_props, pool)); in replay_revstart()
241 apr_hash_t *rev_props, in replay_revend() argument
263 apr_hash_t *rev_props, in replay_revstart_v2() argument
270 SVN_ERR(svn_rdump__normalize_props(&normal_props, rev_props, pool)); in replay_revstart_v2()
290 apr_hash_t *rev_props, in replay_revend_v2() argument
/NextBSD/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()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_delta.h1329 apr_hash_t *rev_props,
1351 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_repos.h2121 apr_hash_t *rev_props,
HDsvn_client.h769 apr_hash_t *rev_props,
HDsvn_wc.h1435 apr_hash_t *rev_props; member
/NextBSD/contrib/subversion/subversion/svnbench/
HDnull-blame-cmd.c64 apr_hash_t *rev_props, in file_rev_handler() argument
/NextBSD/contrib/subversion/subversion/libsvn_ra_svn/
HDclient.c2094 apr_hash_t *rev_props; in ra_svn_get_file_revs() local
2116 SVN_ERR(svn_ra_svn__parse_proplist(rev_proplist, rev_pool, &rev_props)); in ra_svn_get_file_revs()
2130 SVN_ERR(handler(handler_baton, p, rev, rev_props, merged_rev, in ra_svn_get_file_revs()
2715 apr_hash_t *rev_props; in ra_svn_replay_range() local
2728 SVN_ERR(svn_ra_svn__parse_proplist(list, iterpool, &rev_props)); in ra_svn_replay_range()
2732 rev_props, in ra_svn_replay_range()
2746 rev_props, in ra_svn_replay_range()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c1344 apr_hash_t *rev_props; in send_path_revision() local
1357 SVN_ERR(svn_fs_revision_proplist(&rev_props, repos->fs, in send_path_revision()
1399 rev_props, path_rev->merged, in send_path_revision()
/NextBSD/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()
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c2604 svn_revnum_t rev, apr_hash_t *rev_props, in file_rev_handler() argument
2616 SVN_ERR(svn_ra_svn__write_proplist(frb->conn, pool, rev_props)); in file_rev_handler()