Lines Matching defs:ctx

764   svn_client_ctx_t *ctx;
785 SVN_ERR(svn_client__create_status(&cst, wb->ctx->wc_ctx, local_abspath,
808 SVN_ERR(svn_client__create_status(&cst, wb->ctx->wc_ctx, local_abspath,
826 svn_client_ctx_t *ctx,
831 SVN_ERR(svn_wc_get_pristine_props(base_props, ctx->wc_ctx, from_wc_abspath,
836 SVN_ERR(svn_wc_prop_list2(work_props, ctx->wc_ctx, from_wc_abspath,
935 svn_client_ctx_t *ctx,
953 from_wc_abspath, ctx,
967 ctx->wc_ctx, from_wc_abspath,
1030 status, wb->ctx, scratch_pool));
1110 svn_client_ctx_t *ctx,
1131 SVN_ERR(svn_wc_walk_status(ctx->wc_ctx, path, depth,
1136 ctx->cancel_func, ctx->cancel_baton,
1160 svn_client_ctx_t *ctx,
1168 wb.ctx = ctx;
1179 ctx, scratch_pool));
1192 svn_client_ctx_t *ctx,
1199 local_abspath, ctx,
1202 ctx->wc_ctx, local_abspath,
1205 shelf->ctx = ctx;
1220 svn_client_ctx_t *ctx,
1224 local_abspath, ctx, result_pool));
1240 svn_client_ctx_t *ctx,
1246 local_abspath, ctx, result_pool));
1269 svn_client_ctx_t *ctx,
1277 local_abspath, ctx, scratch_pool));
1397 svn_client_ctx_t *ctx,
1413 SVN_ERR(svn_wc_text_modified_p2(&has_local_mods, ctx->wc_ctx,
1419 svn_wc_merge5(&content_outcome, &property_state, ctx->wc_ctx,
1427 ctx->cancel_func, ctx->cancel_baton,
1429 ctx->wc_ctx, wc_abspath,
1441 svn_client_ctx_t *ctx,
1450 svn_wc_merge_props3(&property_state, ctx->wc_ctx,
1456 ctx->cancel_func, ctx->cancel_baton,
1458 ctx->wc_ctx, wc_abspath,
1468 svn_client_ctx_t *ctx,
1472 svn_wc_delete4(ctx->wc_ctx,
1478 ctx->wc_ctx, to_wc_abspath,
1489 svn_client_ctx_t *ctx,
1496 svn_wc_add_from_disk3(ctx->wc_ctx,
1500 ctx->wc_ctx, to_wc_abspath,
1511 svn_client_ctx_t *ctx;
1554 SVN_ERR(svn_wc_status3(&status, b->ctx->wc_ctx, to_wc_abspath,
1572 SVN_ERR(wc_node_delete(to_wc_abspath, b->ctx, scratch_pool));
1579 b->ctx->notify_func2, b->ctx->notify_baton2,
1591 b->ctx, scratch_pool, scratch_pool));
1598 b->ctx, scratch_pool));
1608 b->ctx->notify_func2, b->ctx->notify_baton2,
1626 SVN_ERR(wc_node_add(to_wc_abspath, work_props, b->ctx, scratch_pool));
1634 b->ctx->notify_func2, b->ctx->notify_baton2,
1853 baton.ctx = shelf_version->shelf->ctx;
1870 baton.ctx = shelf_version->shelf->ctx;
1897 shelf_version->shelf->ctx, scratch_pool));
1969 shelf->ctx, scratch_pool, scratch_pool));
2018 svn_client_ctx_t *ctx,
2027 SVN_ERR(svn_wc__get_wcroot(&wc_root_abspath, ctx->wc_ctx, local_abspath,
2029 SVN_ERR(get_shelves_dir(&shelves_dir, ctx->wc_ctx, local_abspath,