| /freebsd-10-stable/contrib/subversion/subversion/libsvn_client/ |
| D | deprecated.c | 218 const svn_opt_revision_t *peg_revision, in svn_client_blame4() argument 234 return svn_client_blame5(target, peg_revision, start, end, diff_options, in svn_client_blame4() 288 const svn_opt_revision_t *peg_revision, in svn_client_blame3() argument 304 return svn_client_blame4(target, peg_revision, start, end, diff_options, in svn_client_blame3() 362 const svn_opt_revision_t *peg_revision, in svn_client_blame2() argument 371 return svn_client_blame3(target, peg_revision, start, end, in svn_client_blame2() 700 copy_source.peg_revision = src_revision; in svn_client_copy3() 1063 const svn_opt_revision_t *peg_revision, in svn_client_diff_peg5() argument 1085 peg_revision, in svn_client_diff_peg5() 1109 const svn_opt_revision_t *peg_revision, in svn_client_diff_peg4() argument [all …]
|
| D | prop_commands.c | 765 const svn_opt_revision_t *peg_revision, in svn_client_propget5() argument 782 peg_revision = svn_cl__rev_default_to_head_or_working(peg_revision, in svn_client_propget5() 784 revision = svn_cl__rev_default_to_peg(revision, peg_revision); in svn_client_propget5() 788 && SVN_CLIENT__REVKIND_IS_LOCAL_TO_WC(peg_revision->kind) in svn_client_propget5() 793 && (peg_revision->kind == svn_opt_revision_working in svn_client_propget5() 794 || peg_revision->kind == svn_opt_revision_unspecified ) in svn_client_propget5() 866 if (SVN_CLIENT__REVKIND_NEEDS_WC(peg_revision->kind) in svn_client_propget5() 882 if (SVN_CLIENT__REVKIND_NEEDS_WC(peg_revision->kind)) in svn_client_propget5() 898 if (SVN_CLIENT__REVKIND_NEEDS_WC(peg_revision->kind)) in svn_client_propget5() 904 local_abspath, NULL, peg_revision, scratch_pool)); in svn_client_propget5() [all …]
|
| D | cat.c | 182 const svn_opt_revision_t *peg_revision, in svn_client_cat3() argument 199 if (peg_revision->kind == svn_opt_revision_unspecified) in svn_client_cat3() 201 peg_revision = svn_cl__rev_default_to_head_or_working(peg_revision, in svn_client_cat3() 207 revision = svn_cl__rev_default_to_peg(revision, peg_revision); in svn_client_cat3() 211 && SVN_CLIENT__REVKIND_IS_LOCAL_TO_WC(peg_revision->kind) in svn_client_cat3() 240 peg_revision, in svn_client_cat3()
|
| D | checkout.c | 73 const svn_opt_revision_t *peg_revision, in svn_client__checkout_internal() argument 115 peg_revision, revision, in svn_client__checkout_internal() 123 url, NULL, peg_revision, in svn_client__checkout_internal() 202 const svn_opt_revision_t *peg_revision, in svn_client_checkout3() argument 218 peg_revision, revision, depth, in svn_client_checkout3()
|
| D | list.c | 54 const svn_opt_revision_t *peg_revision, 231 const svn_opt_revision_t *peg_revision, in list_internal() argument 264 peg_revision, in list_internal() 390 &item->peg_revision, in list_external_items() 456 const svn_opt_revision_t *peg_revision, in svn_client_list3() argument 468 return svn_error_trace(list_internal(path_or_url, peg_revision, in svn_client_list3()
|
| D | diff.c | 1277 const svn_opt_revision_t *peg_revision) in check_paths() argument 1296 if (peg_revision->kind != svn_opt_revision_unspecified && in check_paths() 1377 const svn_opt_revision_t *peg_revision, in diff_prepare_repos_repos() argument 1386 enum svn_opt_revision_kind peg_kind = peg_revision->kind; in diff_prepare_repos_repos() 1417 peg_revision, revision2, in diff_prepare_repos_repos() 1440 peg_revision, revision1, in diff_prepare_repos_repos() 1704 const svn_opt_revision_t *peg_revision, in diff_repos_repos() argument 1738 revision1, revision2, peg_revision, in diff_repos_repos() 1868 const svn_opt_revision_t *peg_revision, in diff_repos_wc() argument 1927 peg_revision, revision1, in diff_repos_wc() [all …]
|
| D | upgrade.c | 274 svn_revnum_t peg_revision; in upgrade_externals_from_properties() local 369 peg_revision = (item->peg_revision.kind == svn_opt_revision_number in upgrade_externals_from_properties() 370 ? item->peg_revision.value.number in upgrade_externals_from_properties() 384 peg_revision, in upgrade_externals_from_properties()
|
| D | switch.c | 91 const svn_opt_revision_t *peg_revision, in switch_internal() argument 208 peg_revision, revision, in switch_internal() 397 const svn_opt_revision_t *peg_revision, in svn_client__switch_internal() argument 431 switch_url, peg_revision, revision, in svn_client__switch_internal() 456 const svn_opt_revision_t *peg_revision, in svn_client_switch3() argument 474 peg_revision, revision, depth, in svn_client_switch3()
|
| /freebsd-10-stable/contrib/subversion/subversion/svnbench/ |
| D | null-blame-cmd.c | 87 const svn_opt_revision_t *peg_revision, in bench_null_blame() argument 114 target, NULL, peg_revision, in bench_null_blame() 115 peg_revision, in bench_null_blame() 133 target, peg_revision, in bench_null_blame() 221 svn_opt_revision_t peg_revision; in svn_cl__null_blame() local 227 SVN_ERR(svn_opt_parse_path(&peg_revision, &parsed_path, target, in svn_cl__null_blame() 232 if (peg_revision.kind != svn_opt_revision_unspecified) in svn_cl__null_blame() 233 opt_state->end_revision = peg_revision; in svn_cl__null_blame() 241 &peg_revision, in svn_cl__null_blame()
|
| D | null-export-cmd.c | 174 svn_opt_revision_t *peg_revision, in bench_null_export() argument 185 SVN_ERR_ASSERT(peg_revision != NULL); in bench_null_export() 188 if (peg_revision->kind == svn_opt_revision_unspecified) in bench_null_export() 189 peg_revision->kind = svn_path_is_url(from_path_or_url) in bench_null_export() 194 revision = peg_revision; in bench_null_export() 205 peg_revision, in bench_null_export() 302 svn_opt_revision_t peg_revision; in svn_cl__null_export() local 320 SVN_ERR(svn_opt_parse_path(&peg_revision, &truefrom, from, pool)); in svn_cl__null_export() 326 err = bench_null_export(NULL, truefrom, &peg_revision, in svn_cl__null_export()
|
| D | null-info-cmd.c | 112 const svn_opt_revision_t *peg_revision, in client_info() argument 138 abspath_or_url, NULL, peg_revision, in client_info() 173 if (peg_revision->kind == svn_opt_revision_head) in client_info() 207 svn_opt_revision_t peg_revision; in svn_cl__null_info() local 232 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool)); in svn_cl__null_info() 237 if (peg_revision.kind == svn_opt_revision_unspecified) in svn_cl__null_info() 238 peg_revision.kind = svn_opt_revision_head; in svn_cl__null_info() 246 &peg_revision, &(opt_state->start_revision), in svn_cl__null_info()
|
| D | null-list-cmd.c | 118 svn_opt_revision_t peg_revision; in svn_cl__null_list() local 125 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__null_list() 128 err = svn_client_list3(truepath, &peg_revision, in svn_cl__null_list()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/ |
| D | compat.c | 228 svn_revnum_t peg_revision; member 267 if ((! lrb->peg_path) && (log_entry->revision <= lrb->peg_revision)) in log_receiver() 309 svn_revnum_t peg_revision, in svn_ra__locations_from_log() argument 325 SVN_ERR(svn_ra_check_path(session, path, peg_revision, &kind, pool)); in svn_ra__locations_from_log() 329 fs_path, peg_revision); in svn_ra__locations_from_log() 347 youngest = peg_revision; in svn_ra__locations_from_log() 350 oldest = peg_revision; in svn_ra__locations_from_log() 358 lrb.peg_revision = peg_revision; in svn_ra__locations_from_log() 398 fs_path, peg_revision); in svn_ra__locations_from_log() 529 svn_revnum_t peg_revision, in svn_ra__location_segments_from_log() argument [all …]
|
| D | ra_loader.h | 233 svn_revnum_t peg_revision, 239 svn_revnum_t peg_revision, 307 svn_revnum_t peg_revision, 418 svn_revnum_t peg_revision, 444 svn_revnum_t peg_revision, 505 svn_revnum_t peg_revision,
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | get_deleted_rev.c | 46 svn_revnum_t peg_revision; member 115 apr_ltoa(pool, drev_ctx->peg_revision), in create_getdrev_body() 133 svn_revnum_t peg_revision, in svn_ra_serf__get_deleted_rev() argument 147 drev_ctx->peg_revision = peg_revision; in svn_ra_serf__get_deleted_rev() 152 ras, NULL /* url */, peg_revision, in svn_ra_serf__get_deleted_rev()
|
| D | getlocations.c | 58 svn_revnum_t peg_revision; member 137 "S:peg-revision", apr_ltoa(pool, loc_ctx->peg_revision), in create_get_locations_body() 159 svn_revnum_t peg_revision, in svn_ra_serf__get_locations() argument 172 loc_ctx->peg_revision = peg_revision; in svn_ra_serf__get_locations() 179 session, NULL /* url */, peg_revision, in svn_ra_serf__get_locations()
|
| D | getlocationsegments.c | 44 svn_revnum_t peg_revision; member 136 apr_ltoa(pool, gls_ctx->peg_revision), in create_gls_body() 159 svn_revnum_t peg_revision, in svn_ra_serf__get_location_segments() argument 175 gls_ctx->peg_revision = peg_revision; in svn_ra_serf__get_location_segments() 182 session, NULL /* url */, peg_revision, in svn_ra_serf__get_location_segments()
|
| /freebsd-10-stable/contrib/subversion/subversion/svn/ |
| D | copy-cmd.c | 68 svn_opt_revision_t *peg_revision = apr_palloc(pool, in svn_cl__copy() local 69 sizeof(*peg_revision)); in svn_cl__copy() 71 err = svn_opt_parse_path(peg_revision, &src, target, pool); in svn_cl__copy() 86 err2 = svn_opt_parse_path(peg_revision, &src, in svn_cl__copy() 109 source->peg_revision = peg_revision; in svn_cl__copy()
|
| D | checkout-cmd.c | 130 svn_opt_revision_t peg_revision; in svn_cl__checkout() local 143 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url, in svn_cl__checkout() 162 if (peg_revision.kind != svn_opt_revision_unspecified) in svn_cl__checkout() 163 revision = peg_revision; in svn_cl__checkout() 170 &peg_revision, in svn_cl__checkout()
|
| D | cat-cmd.c | 70 svn_opt_revision_t peg_revision; in svn_cl__cat() local 76 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__cat() 79 SVN_ERR(svn_cl__try(svn_client_cat3(NULL, out, truepath, &peg_revision, in svn_cl__cat()
|
| D | export-cmd.c | 53 svn_opt_revision_t peg_revision; in svn_cl__export() local 71 SVN_ERR(svn_opt_parse_path(&peg_revision, &truefrom, from, pool)); in svn_cl__export() 114 err = svn_client_export5(NULL, truefrom, to, &peg_revision, in svn_cl__export()
|
| D | diff-cmd.c | 454 svn_opt_revision_t peg_revision; in svn_cl__diff() local 457 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, path, in svn_cl__diff() 461 if (peg_revision.kind == svn_opt_revision_unspecified) in svn_cl__diff() 462 peg_revision.kind = svn_path_is_url(path) in svn_cl__diff() 471 &peg_revision, in svn_cl__diff() 484 &peg_revision, in svn_cl__diff()
|
| D | blame-cmd.c | 335 svn_opt_revision_t peg_revision; in svn_cl__blame() local 342 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__blame() 347 if (peg_revision.kind != svn_opt_revision_unspecified) in svn_cl__blame() 348 opt_state->end_revision = peg_revision; in svn_cl__blame() 372 &peg_revision, in svn_cl__blame()
|
| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_client.h | 1228 const svn_opt_revision_t *peg_revision, 1250 const svn_opt_revision_t *peg_revision, 1496 const svn_opt_revision_t *peg_revision, 1519 const svn_opt_revision_t *peg_revision, 2741 const svn_opt_revision_t *peg_revision, 2763 const svn_opt_revision_t *peg_revision, 2788 const svn_opt_revision_t *peg_revision, 2903 const svn_opt_revision_t *peg_revision, 2926 const svn_opt_revision_t *peg_revision, 2948 const svn_opt_revision_t *peg_revision, [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/include/private/ |
| D | svn_client_private.h | 192 const svn_opt_revision_t *peg_revision, 223 const svn_opt_revision_t *peg_revision, 296 svn_opt_revision_t *peg_revision,
|