Lines Matching defs:ctx

74   svn_client_ctx_t *ctx;
141 err = svn_wc_prop_get2(value, cb->ctx->wc_ctx, local_abspath, name,
218 return svn_error_trace(svn_wc_prop_set4(cb->ctx->wc_ctx, local_abspath,
250 cb->ctx->wc_ctx, local_abspath, pool));
271 cb->ctx->wc_ctx,
282 return svn_error_trace((b->ctx->cancel_func)(b->ctx->cancel_baton));
292 *name = apr_pstrdup(pool, b->ctx->client_name);
305 svn_client_ctx_t *public_ctx = b->ctx;
332 svn_client_ctx_t *ctx,
353 cbtable->auth_baton = ctx->auth_baton; /* new-style */
356 cbtable->cancel_func = ctx->cancel_func ? cancel_callback : NULL;
360 cbtable->check_tunnel_func = ctx->check_tunnel_func;
361 cbtable->open_tunnel_func = ctx->open_tunnel_func;
362 cbtable->tunnel_baton = ctx->tunnel_baton;
365 cb->ctx = ctx;
370 ctx->wc_ctx,
393 ctx->wc_ctx, base_dir_abspath,
427 base_url, uuid, cbtable, cb, ctx->config,
435 if (ctx->notify_func2 != NULL)
441 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
470 uuid, cbtable, cb, ctx->config, result_pool));
482 svn_client_ctx_t *ctx,
490 ctx, result_pool,
500 svn_client_ctx_t *ctx,
518 &start_rev, NULL, ctx, pool));
532 svn_client_ctx_t *ctx,
541 SVN_ERR(svn_client_url_from_path2(&initial_url, path_or_url, ctx, pool,
560 ctx, pool, pool));
569 ctx, pool));
604 svn_client_ctx_t *ctx;
616 if (b->ctx->cancel_func)
617 SVN_ERR((b->ctx->cancel_func)(b->ctx->cancel_baton));
643 svn_client_ctx_t *ctx,
652 gls_receiver_baton.ctx = ctx;
776 svn_client_ctx_t *ctx,
809 svn_client_ctx_t *ctx,
849 ctx->wc_ctx, local_abspath_or_url,
875 SVN_ERR(svn_wc__node_get_url(&url, ctx->wc_ctx,
898 ctx, subpool, subpool));
903 ctx->wc_ctx, local_abspath_or_url,
907 ctx->wc_ctx, local_abspath_or_url,
913 ctx->wc_ctx, local_abspath_or_url,
1012 svn_client_ctx_t *ctx,
1031 SVN_ERR(svn_client_open_ra_session2(&session, loc1->url, NULL, ctx,
1042 session, ctx, scratch_pool));
1048 session, ctx, scratch_pool));