Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/svn/
Dupdate-cmd.c118 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__update() local
160 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()
Dexport-cmd.c55 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__export() local
107 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()
Dswitch-cmd.c105 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__switch() local
154 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()
Dcheckout-cmd.c75 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__checkout() local
117 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()
Dlist-cmd.c295 struct svn_cl__check_externals_failed_notify_baton nwb; in svn_cl__list() local
341 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()
Dnotify.c1162 struct svn_cl__check_externals_failed_notify_baton *nwb = baton; in svn_cl__check_externals_failed_notify_wrapper() local
1165 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()