Lines Matching defs:ctx

2310                        const svn_client_ctx_t *ctx,
2339 ctx->notify_func2(ctx->notify_baton2, notify, pool);
2348 const svn_client_ctx_t *ctx,
2355 if (! ctx->notify_func2)
2408 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
2426 ctx, iterpool));
2454 ctx, iterpool));
2466 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
2996 svn_client_ctx_t *ctx,
3022 SVN_ERR(svn_wc_read_kind2(&wc_kind, ctx->wc_ctx, local_abspath,
3083 if (ctx->cancel_func)
3084 SVN_ERR(ctx->cancel_func(ctx->cancel_baton));
3103 if (ctx->notify_func2)
3111 ctx->notify_func2(ctx->notify_baton2, notify,
3121 SVN_ERR(svn_wc_add_from_disk3(ctx->wc_ctx, local_abspath,
3124 ctx->notify_func2, ctx->notify_baton2,
3145 svn_client_ctx_t *ctx, svn_boolean_t dry_run,
3158 SVN_ERR(svn_wc_delete4(ctx->wc_ctx, target->local_abspath,
3160 ctx->cancel_func, ctx->cancel_baton,
3177 SVN_ERR(svn_wc_read_kind2(&parent_db_kind, ctx->wc_ctx,
3197 SVN_ERR(create_missing_parents(target, abs_wc_path, ctx,
3206 SVN_ERR(svn_wc_read_kind2(&wc_kind, ctx->wc_ctx,
3235 ctx->cancel_func, ctx->cancel_baton,
3258 ctx->cancel_func, ctx->cancel_baton, pool));
3268 SVN_ERR(svn_wc_add_from_disk3(ctx->wc_ctx, target->local_abspath,
3290 SVN_ERR(svn_wc__move2(ctx->wc_ctx,
3295 ctx->cancel_func, ctx->cancel_baton,
3370 svn_client_ctx_t *ctx, svn_boolean_t dry_run,
3395 if (ctx->cancel_func)
3396 SVN_ERR(ctx->cancel_func(ctx->cancel_baton));
3405 SVN_ERR(svn_wc_prop_set4(ctx->wc_ctx, local_abspath,
3438 err = svn_wc_prop_set4(ctx->wc_ctx, local_abspath,
3537 svn_client_ctx_t *ctx,
3548 SVN_ERR(svn_wc_get_default_ignores(&ignores, ctx->config, scratch_pool));
3558 err = svn_wc_walk_status(ctx->wc_ctx, dir_abspath, svn_depth_infinity,
3561 ctx->cancel_func, ctx->cancel_baton,
3579 SVN_ERR(svn_wc_delete4(ctx->wc_ctx, dir_abspath, FALSE, FALSE,
3580 ctx->cancel_func, ctx->cancel_baton,
3595 if (ctx->notify_func2)
3603 ctx->notify_func2(ctx->notify_baton2, notify, iterpool);
3635 svn_client_ctx_t *ctx,
3654 if (ctx->cancel_func)
3655 SVN_ERR(ctx->cancel_func(ctx->cancel_baton));
3666 ctx->wc_ctx, strip_count,
3669 ctx->cancel_func, ctx->cancel_baton,
3697 ctx, dry_run,
3701 SVN_ERR(install_patched_prop_targets(target, ctx,
3710 SVN_ERR(send_patch_notification(target, ctx, iterpool));
3716 dry_run, ctx,
3740 svn_client_ctx_t *ctx,
3782 patch_func, patch_baton, ctx, scratch_pool),
3783 ctx->wc_ctx, wc_dir_abspath, FALSE /* lock_anchor */, scratch_pool);