Lines Matching defs:ctx

194                  svn_client_ctx_t *ctx,
202 ctx->wc_ctx, local_abspath,
210 ctx, scratch_pool));
225 svn_client_ctx_t *ctx,
261 ctx,
302 svn_client_ctx_t *ctx,
329 svn_config_t *cfg = ctx->config
330 ? svn_hash_gets(ctx->config, SVN_CONFIG_CATEGORY_CONFIG)
348 ctx->wc_ctx, anchor_abspath,
363 ctx->wc_ctx, local_abspath, scratch_pool);
378 if (ctx->notify_func2)
388 ctx->notify_func2(ctx->notify_baton2, nt, scratch_pool);
401 SVN_ERR(svn_wc_exclude(ctx->wc_ctx,
403 ctx->cancel_func, ctx->cancel_baton,
404 ctx->notify_func2, ctx->notify_baton2,
412 ctx, result_pool, scratch_pool));
415 repos_root_url, ra_session, ctx,
423 SVN_ERR(svn_wc_read_kind2(&target_kind, ctx->wc_ctx, local_abspath,
427 SVN_ERR(svn_wc_crop_tree2(ctx->wc_ctx, local_abspath, depth,
428 ctx->cancel_func, ctx->cancel_baton,
429 ctx->notify_func2, ctx->notify_baton2,
460 if (ctx->notify_func2 && notify_summary)
469 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
473 anchor_abspath, ctx, result_pool, scratch_pool));
490 ctx, scratch_pool));
509 SVN_ERR(svn_client__get_revision_number(&revnum, NULL, ctx->wc_ctx,
522 ctx, scratch_pool, scratch_pool));
527 &revnum, ctx->wc_ctx, anchor_abspath,
539 ctx->cancel_func, ctx->cancel_baton,
540 ctx->notify_func2, ctx->notify_baton2,
562 SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, local_abspath, reporter,
567 ctx->cancel_func, ctx->cancel_baton,
568 ctx->notify_func2, ctx->notify_baton2,
578 repos_root_url, ra_session, ctx, scratch_pool));
582 if (ctx->notify_func2 && notify_summary)
592 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
615 svn_client_ctx_t *ctx,
622 = ctx->conflict_func2 ? apr_hash_make(pool) : NULL;
645 err = svn_wc__acquire_write_lock(&lockroot_abspath, ctx->wc_ctx,
676 FALSE, ctx, pool, iterpool);
692 SVN_ERR(svn_wc__acquire_write_lock(&lockroot_abspath, ctx->wc_ctx,
704 TRUE, ctx, pool, pool);
708 if (! err && ctx->conflict_func2 && apr_hash_count(conflicted_paths))
710 err = svn_client__resolve_conflicts(NULL, conflicted_paths, ctx, pool);
716 svn_wc__release_write_lock(ctx->wc_ctx, lockroot_abspath, pool));
732 svn_client_ctx_t *ctx,
762 if (ctx->cancel_func)
764 err = ctx->cancel_func(ctx->cancel_baton);
778 FALSE, NULL, ctx,
792 if (ctx->notify_func2)
798 ctx->notify_func2(ctx->notify_baton2, notify, iterpool);
823 SVN_ERR(svn_wc__get_wcroot(&wcroot_abspath, ctx->wc_ctx, abspath,