Home
last modified time | relevance | path

Searched refs:inner_func (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c2608 svn_wc_conflict_resolver_func_t inner_func; member
2625 return svn_error_trace(btn->inner_func(result, cd, btn->inner_baton, in conflict_func_1to2_wrapper()
2653 conflict_wrapper.inner_func = conflict_func; in svn_wc_merge_props2()
3681 cfw->inner_func = conflict_func; in svn_wc_get_update_editor3()
3866 cfw->inner_func = conflict_func; in svn_wc_get_switch_editor3()
4628 cfw.inner_func = conflict_func; in svn_wc_merge3()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c2305 svn_wc_notify_func2_t inner_func; member
2348 if (nb->inner_func) in notification_adjust_func()
2349 nb->inner_func(nb->inner_baton, inner_notify, pool); in notification_adjust_func()
2475 nb.inner_func = ctx->notify_func2; in svn_client__repos_to_wc_copy_dir()