Searched refs:target_peg_revision (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dcl-log.h54 svn_opt_revision_t target_peg_revision;
52 svn_opt_revision_t target_peg_revision; member in struct:svn_cl__log_receiver_baton
H A Dlog-cmd.c66 const svn_opt_revision_t *target_peg_revision,
93 target_peg_revision,
448 lb->target_path_or_url, &lb->target_peg_revision,
768 SVN_ERR(svn_opt_parse_path(&lb.target_peg_revision, &lb.target_path_or_url,
770 if (lb.target_peg_revision.kind == svn_opt_revision_unspecified)
771 lb.target_peg_revision.kind = (svn_path_is_url(target)
844 &lb.target_peg_revision,
867 &lb.target_peg_revision,
63 display_diff(const svn_log_entry_t *log_entry, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, svn_depth_t depth, const char *diff_extensions, svn_stream_t *outstream, svn_stream_t *errstream, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dmergeinfo-cmd.c304 baton->target_peg_revision = *tgt_peg_revision;
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c142 svn_opt_revision_t target_peg_revision;
175 SVN_ERR(svn_opt_parse_path(&target_peg_revision, &target_path_or_url,
177 if (target_peg_revision.kind == svn_opt_revision_unspecified)
178 target_peg_revision.kind = (svn_path_is_url(target)
207 &target_peg_revision,
141 svn_opt_revision_t target_peg_revision; local
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h328 const svn_opt_revision_t *target_peg_revision,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1674 const svn_opt_revision_t *target_peg_revision,
1765 target_peg_revision,
1766 target_peg_revision,
1776 target_peg_revision,
1777 target_peg_revision,
1789 target_path_or_url, target_peg_revision,
1801 target_path_or_url, target_peg_revision,
1862 target_peg_revision,
1863 target_peg_revision,
2193 const svn_opt_revision_t *target_peg_revision,
1669 svn_client__mergeinfo_log(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, svn_mergeinfo_catalog_t *target_mergeinfo_catalog, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t log_receiver, void *log_receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2188 svn_client_mergeinfo_log2(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t log_receiver, void *log_receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c2956 const svn_opt_revision_t *target_peg_revision,
2973 target_path_or_url, target_peg_revision,
2952 svn_client_mergeinfo_log(svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dmerge.c12237 const svn_opt_revision_t *target_peg_revision,
12258 target_peg_revision,
12224 short_circuit_mergeinfo_log(svn_mergeinfo_catalog_t *target_mergeinfo_cat, svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t receiver, svn_revnum_t *revision, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h3970 * @a target_path_or_url (as of @a target_peg_revision). If @a
4018 const svn_opt_revision_t *target_peg_revision,
4042 const svn_opt_revision_t *target_peg_revision,

Completed in 337 milliseconds