Home
last modified time | relevance | path

Searched refs:wrapped_func (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dcommit-cmd.c51 svn_wc_notify_func2_t wrapped_func; member
65 if (b->wrapped_func) in copy_warning_notify_func()
66 b->wrapped_func(b->wrapped_baton, notify, pool); in copy_warning_notify_func()
162 cwnb.wrapped_func = ctx->notify_func2; in svn_cl__commit()
H A Dexport-cmd.c107 nwb.wrapped_func = ctx->notify_func2; in svn_cl__export()
H A Dcheckout-cmd.c117 nwb.wrapped_func = ctx->notify_func2; in svn_cl__checkout()
H A Dupdate-cmd.c163 nwb.wrapped_func = ctx->notify_func2; in svn_cl__update()
H A Dswitch-cmd.c157 nwb.wrapped_func = ctx->notify_func2; in svn_cl__switch()
H A Dnotify.c1299 if (nwb->wrapped_func) in svn_cl__check_externals_failed_notify_wrapper()
1300 nwb->wrapped_func(nwb->wrapped_baton, n, pool); in svn_cl__check_externals_failed_notify_wrapper()
H A Dlist-cmd.c398 nwb.wrapped_func = ctx->notify_func2; in svn_cl__list()
H A Dcl.h713 svn_wc_notify_func2_t wrapped_func; /* The "real" notify_func2. */ member
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1522 wrapped_func(sqlite3_context *context, in wrapped_func() function
1566 fwb, wrapped_func, NULL, NULL), in svn_sqlite__create_scalar_function()