Searched refs:nwb (Results 1 – 6 of 6) sorted by relevance
118 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__update() local160 nwb.wrapped_func = ctx->notify_func2; in svn_cl__update()161 nwb.wrapped_baton = ctx->notify_baton2; in svn_cl__update()162 nwb.had_externals_error = FALSE; in svn_cl__update()164 ctx->notify_baton2 = &nwb; in svn_cl__update()174 if (nwb.had_externals_error) in svn_cl__update()189 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton, in svn_cl__update()
55 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__export() local107 nwb.wrapped_func = ctx->notify_func2; in svn_cl__export()108 nwb.wrapped_baton = ctx->notify_baton2; in svn_cl__export()109 nwb.had_externals_error = FALSE; in svn_cl__export()111 ctx->notify_baton2 = &nwb; in svn_cl__export()124 if (nwb.had_externals_error) in svn_cl__export()
105 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__switch() local154 nwb.wrapped_func = ctx->notify_func2; in svn_cl__switch()155 nwb.wrapped_baton = ctx->notify_baton2; in svn_cl__switch()156 nwb.had_externals_error = FALSE; in svn_cl__switch()158 ctx->notify_baton2 = &nwb; in svn_cl__switch()185 if (nwb.had_externals_error) in svn_cl__switch()193 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton, scratch_pool); in svn_cl__switch()
75 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__checkout() local117 nwb.wrapped_func = ctx->notify_func2; in svn_cl__checkout()118 nwb.wrapped_baton = ctx->notify_baton2; in svn_cl__checkout()119 nwb.had_externals_error = FALSE; in svn_cl__checkout()121 ctx->notify_baton2 = &nwb; in svn_cl__checkout()179 if (nwb.had_externals_error) in svn_cl__checkout()
295 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__list() local341 nwb.wrapped_func = ctx->notify_func2; in svn_cl__list()342 nwb.wrapped_baton = ctx->notify_baton2; in svn_cl__list()343 nwb.had_externals_error = FALSE; in svn_cl__list()345 ctx->notify_baton2 = &nwb; in svn_cl__list()420 if (opt_state->include_externals && nwb.had_externals_error) in svn_cl__list()
1162 struct svn_cl__check_externals_failed_notify_baton *nwb = baton; in svn_cl__check_externals_failed_notify_wrapper() local1165 nwb->had_externals_error = TRUE; in svn_cl__check_externals_failed_notify_wrapper()1167 if (nwb->wrapped_func) in svn_cl__check_externals_failed_notify_wrapper()1168 nwb->wrapped_func(nwb->wrapped_baton, n, pool); in svn_cl__check_externals_failed_notify_wrapper()