Searched refs:notify_func2 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Drevert.c89 b->ctx->notify_func2, b->ctx->notify_baton2,
100 if (b->ctx->notify_func2)
101 (*b->ctx->notify_func2)(
H A Dupdate.c290 if (ctx->notify_func2)
300 ctx->notify_func2(ctx->notify_baton2, nt, pool);
316 ctx->notify_func2, ctx->notify_baton2,
329 ctx->notify_func2, ctx->notify_baton2,
359 if (ctx->notify_func2 && notify_summary)
368 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
440 ctx->notify_func2, ctx->notify_baton2,
467 ctx->notify_func2, ctx->notify_baton2,
491 if (ctx->notify_func2 && notify_summary)
501 (*ctx->notify_func2)(ct
[all...]
H A Dswitch.c190 ctx->notify_func2, ctx->notify_baton2,
203 ctx->notify_func2, ctx->notify_baton2,
325 ctx->notify_func2, ctx->notify_baton2,
353 ctx->notify_func2, ctx->notify_baton2,
377 if (ctx->notify_func2)
387 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
H A Dchangelist.c81 ctx->notify_func2, ctx->notify_baton2,
120 ctx->notify_func2, ctx->notify_baton2,
H A Dresolved.c81 ctx->notify_func2, ctx->notify_baton2,
141 ctx->notify_func2, ctx->notify_baton2,
H A Dctx.c90 (*ctx)->notify_func2 = call_notify_func;
H A Dimport.c249 if (ctx->notify_func2)
259 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
332 if (ctx->notify_func2)
342 (*ctx->notify_func2)(ctx->notify_baton2, notify, iterpool);
475 if (ctx->notify_func2)
484 (*ctx->notify_func2)(ctx->notify_baton2, notify, iterpool);
564 if (ctx->notify_func2)
573 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
H A Dexternals.c308 ctx->notify_func2, ctx->notify_baton2,
492 ctx->notify_func2,
510 ctx->notify_func2, ctx->notify_baton2,
513 if (ctx->notify_func2)
523 (*ctx->notify_func2)(ctx->notify_baton2, notify, scratch_pool);
626 if (ctx->notify_func2)
636 (ctx->notify_func2)(ctx->notify_baton2, notify, scratch_pool);
646 (ctx->notify_func2)(ctx->notify_baton2, notify, scratch_pool);
718 if (ctx->notify_func2)
720 (*ctx->notify_func2)(
[all...]
H A Dupgrade.c113 ctx->notify_func2, ctx->notify_baton2,
178 ctx->notify_func2(ctx->notify_baton2,
317 ctx->notify_func2(ctx->notify_baton2,
H A Dcopy_foreign.c542 ctx->notify_func2, ctx->notify_baton2,
547 ctx->notify_func2, ctx->notify_baton2,
557 ctx->notify_func2, ctx->notify_baton2,
565 ctx->notify_func2, ctx->notify_baton2,
H A Dcommit_util.c71 if (ctx->notify_func2)
89 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
107 if (ctx->notify_func2)
125 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
142 if (ctx->notify_func2)
161 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
1161 ctx->notify_func2,
1176 ctx->notify_func2, ctx->notify_baton2,
1200 if (ctx->notify_func2 != NULL)
1208 ctx->notify_func2(ct
[all...]
H A Dstatus.c297 if (ctx->notify_func2)
298 ctx->notify_func2(
562 if (ctx->notify_func2)
568 (ctx->notify_func2)(ctx->notify_baton2, notify, pool);
H A Dcopy.c213 ctx->notify_func2, ctx->notify_baton2, iterpool);
267 ctx->notify_func2, ctx->notify_baton2,
1567 if (!same_repositories && ctx->notify_func2)
1575 ctx->notify_func2(ctx->notify_baton2, notify, pool);
1603 svn_wc_notify_func2_t old_notify_func2 = ctx->notify_func2;
1608 nb.inner_func = ctx->notify_func2;
1612 ctx->notify_func2 = notification_adjust_func;
1624 ctx->notify_func2 = old_notify_func2;
1710 if (ctx->notify_func2)
1715 (*ctx->notify_func2)(ct
[all...]
H A Dlist.c435 if (ctx->notify_func2)
442 ctx->notify_func2(ctx->notify_baton2, notifier, scratch_pool);
H A Dlocking_commands.c135 if (lb->ctx->notify_func2)
136 lb->ctx->notify_func2(lb->ctx->notify_baton2, notify, pool);
H A Dexport.c1351 (to_path, overwrite, ctx->notify_func2,
1426 eb->notify_func = ctx->notify_func2;
1514 eib.notify_func = ctx->notify_func2;;
1581 if (ctx->notify_func2)
1587 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
H A Dprop_commands.c327 if (ctx->notify_func2)
334 ctx->notify_func2(ctx->notify_baton2, notify, iterpool);
342 ctx->notify_func2, ctx->notify_baton2, iterpool),
507 if (ctx->notify_func2)
517 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dexport-cmd.c101 nwb.wrapped_func = ctx->notify_func2;
104 ctx->notify_func2 = svn_cl__check_externals_failed_notify_wrapper;
H A Dcommit-cmd.c49 /* Wrapper notify_func2 function and baton for warning about
163 cwnb.wrapped_func = ctx->notify_func2;
167 ctx->notify_func2 = copy_warning_notify_func;
H A Dswitch-cmd.c156 nwb.wrapped_func = ctx->notify_func2;
159 ctx->notify_func2 = svn_cl__check_externals_failed_notify_wrapper;
H A Dupdate-cmd.c162 nwb.wrapped_func = ctx->notify_func2;
165 ctx->notify_func2 = svn_cl__check_externals_failed_notify_wrapper;
H A Dchangelist-cmd.c77 always initializes ctx->notify_func2 to a wrapper function
79 words, typically, ctx->notify_func2 is never NULL. This isn't
84 ctx->notify_func2) for NULL-ness, and seeing non-NULL-ness,
87 ctx->notify_func2) which drops the notification on the floor
92 SOOOooo... we set our ctx->notify_func2 to NULL so the WC code
94 ctx->notify_func2 = NULL;
H A Dcopy-cmd.c156 ctx->notify_func2 = NULL;
H A Dlist-cmd.c330 nwb.wrapped_func = ctx->notify_func2;
333 ctx->notify_func2 = svn_cl__check_externals_failed_notify_wrapper;
H A Dpropedit-cmd.c107 ctx->notify_func2 = NULL;

Completed in 267 milliseconds

12