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

/freebsd-10-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.c107 struct svn_cl__check_externals_failed_notify_baton nwb;
156 nwb.wrapped_func = ctx->notify_func2;
157 nwb.wrapped_baton = ctx->notify_baton2;
158 nwb.had_externals_error = FALSE;
160 ctx->notify_baton2 = &nwb;
187 if (nwb.had_externals_error)
195 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton, scratch_pool);
105 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dupdate-cmd.c120 struct svn_cl__check_externals_failed_notify_baton nwb;
162 nwb.wrapped_func = ctx->notify_func2;
163 nwb.wrapped_baton = ctx->notify_baton2;
164 nwb.had_externals_error = FALSE;
166 ctx->notify_baton2 = &nwb;
176 if (nwb.had_externals_error)
191 err = svn_cl__notifier_print_conflict_stats(nwb.wrapped_baton,
118 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dlist-cmd.c296 struct svn_cl__check_externals_failed_notify_baton nwb;
342 nwb.wrapped_func = ctx->notify_func2;
343 nwb.wrapped_baton = ctx->notify_baton2;
344 nwb.had_externals_error = FALSE;
346 ctx->notify_baton2 = &nwb;
421 if (opt_state->include_externals && nwb.had_externals_error)
295 struct svn_cl__check_externals_failed_notify_baton nwb; local
H A Dnotify.c1164 struct svn_cl__check_externals_failed_notify_baton *nwb = baton;
1167 nwb->had_externals_error = TRUE;
1169 if (nwb->wrapped_func)
1170 nwb->wrapped_func(nwb->wrapped_baton, n, pool);
1162 struct svn_cl__check_externals_failed_notify_baton *nwb = baton; local

Completed in 128 milliseconds