Searched refs:cancel_func (Results 176 - 183 of 183) sorted by relevance

12345678

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c403 svn_cancel_func_t cancel_func,
418 if (cancel_func)
420 err = cancel_func(cancel_baton);
400 svn_stream_copy3(svn_stream_t *from, svn_stream_t *to, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1896 svn_cancel_func_t cancel_func,
1946 SVN_ERR(svn_editor_create(&editor, eb, cancel_func, cancel_baton,
1886 svn_delta__editor_from_delta(svn_editor_t **editor_p, struct svn_delta__extra_baton **exb, svn_delta__unlock_func_t *unlock_func, void **unlock_baton, const svn_delta_editor_t *deditor, void *dedit_baton, svn_boolean_t *send_abs_paths, const char *repos_root, const char *base_relpath, svn_cancel_func_t cancel_func, void *cancel_baton, svn_delta_fetch_kind_func_t fetch_kind_func, void *fetch_kind_baton, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit.c1033 ctx->cancel_func, ctx->cancel_baton,
H A Dshelf.c919 b->ctx->cancel_func, b->ctx->cancel_baton,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c386 if (session && session->callbacks && session->callbacks->cancel_func)
387 SVN_ERR((session->callbacks->cancel_func)(session->callbacks_baton));
501 if (session && session->callbacks && session->callbacks->cancel_func)
502 SVN_ERR((session->callbacks->cancel_func)(session->callbacks_baton));
H A Dclient.c679 callbacks->cancel_func, callbacks_baton,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h995 svn_cancel_func_t cancel_func;
1377 * files restored from text-base. If @a ctx->cancel_func is non-NULL, invoke
4295 * If @a ctx->cancel_func is non-NULL, invoke it with @a
4335 * If @a ctx->cancel_func is non-NULL, invoke it with @a
6049 * If @a ctx->cancel_func is non-NULL, invoke it passing @a
7082 * If @a ctx->cancel_func is not @c NULL, invoke it passing @a
7638 * If @a ctx->cancel_func is non-NULL, invoke it passing @a
994 svn_cancel_func_t cancel_func; member in struct:svn_client_ctx_t
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1131 cancel_func cfunc;

Completed in 205 milliseconds

12345678