Searched refs:nwb (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dexport-cmd.c57 struct svn_cl__check_externals_failed_notify_baton nwb;
109 nwb.wrapped_func = ctx->notify_func2;
110 nwb.wrapped_baton = ctx->notify_baton2;
111 nwb.had_externals_error = FALSE;
113 ctx->notify_baton2 = &nwb;
126 if (nwb.had_externals_error)
55 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dcheckout-cmd.c77 struct svn_cl__check_externals_failed_notify_baton nwb;
119 nwb.wrapped_func = ctx->notify_func2;
120 nwb.wrapped_baton = ctx->notify_baton2;
121 nwb.had_externals_error = FALSE;
123 ctx->notify_baton2 = &nwb;
181 if (nwb.had_externals_error)
75 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dswitch-cmd.c110 struct svn_cl__check_externals_failed_notify_baton nwb;
159 nwb.wrapped_func = ctx->notify_func2;
160 nwb.wrapped_baton = ctx->notify_baton2;
161 nwb.had_externals_error = FALSE;
163 ctx->notify_baton2 = &nwb;
190 if (nwb.had_externals_error)
205 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton, scratch_pool);
108 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dupdate-cmd.c122 struct svn_cl__check_externals_failed_notify_baton nwb;
165 nwb.wrapped_func = ctx->notify_func2;
166 nwb.wrapped_baton = ctx->notify_baton2;
167 nwb.had_externals_error = FALSE;
169 ctx->notify_baton2 = &nwb;
180 if (nwb.had_externals_error)
202 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton,
120 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dlist-cmd.c336 struct svn_cl__check_externals_failed_notify_baton nwb;
399 nwb.wrapped_func = ctx->notify_func2;
400 nwb.wrapped_baton = ctx->notify_baton2;
401 nwb.had_externals_error = FALSE;
403 ctx->notify_baton2 = &nwb;
505 if (opt_state->include_externals && nwb.had_externals_error)
335 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dnotify.c1296 struct svn_cl__check_externals_failed_notify_baton *nwb = baton;
1299 nwb->had_externals_error = TRUE;
1301 if (nwb->wrapped_func)
1302 nwb->wrapped_func(nwb->wrapped_baton, n, pool);
1294 struct svn_cl__check_externals_failed_notify_baton *nwb = baton; local

Completed in 73 milliseconds