Searched refs:check_cancel (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c440 check_cancel(svn_editor_t *editor) function
473 SVN_ERR(check_cancel(editor));
527 SVN_ERR(check_cancel(editor));
563 SVN_ERR(check_cancel(editor));
596 SVN_ERR(check_cancel(editor));
631 SVN_ERR(check_cancel(editor));
691 SVN_ERR(check_cancel(editor));
726 SVN_ERR(check_cancel(editor));
759 SVN_ERR(check_cancel(editor));
793 SVN_ERR(check_cancel(edito
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c71 static void check_cancel(struct pthread *curthread, ucontext_t *ucp);
144 check_cancel(curthread, ucp);
260 check_cancel(curthread, &uc2);
272 check_cancel(curthread, NULL);
278 check_cancel(struct pthread *curthread, ucontext_t *ucp) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1833 check_cancel(void *baton) function
1863 return check_cancel;
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c66 static svn_cancel_func_t check_cancel = NULL;
976 SVN_ERR(check_cancel(NULL));
1488 check_cancel, NULL, pool));
1531 check_cancel, NULL, pool));
1745 feedback_stream, check_cancel, NULL, pool);
1803 feedback_stream, check_cancel, NULL, pool);
1899 check_cancel, NULL, pool);
1917 check_cancel, NULL, pool));
2212 feedback_stream, check_cancel, NULL, pool));
2284 check_cancel, NUL
65 static svn_cancel_func_t check_cancel = NULL; variable
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Ddump-index-cmd.c94 check_cancel, NULL, pool, pool));
H A Dstats-cmd.c512 check_cancel, NULL, pool, pool));
H A Dsvnfsfs.c44 svn_cancel_func_t check_cancel = NULL;
447 check_cancel = svn_cmdline__setup_cancellation_handler();
43 svn_cancel_func_t check_cancel = NULL; variable
H A Dsvnfsfs.h69 extern svn_cancel_func_t check_cancel;
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c416 static svn_cancel_func_t check_cancel = NULL;
543 SVN_ERR(check_cancel(NULL));
608 SVN_ERR(check_cancel(NULL));
837 SVN_ERR(check_cancel(NULL));
843 check_cancel, NULL, pool));
871 SVN_ERR(check_cancel(NULL));
1101 check_cancel, NULL, pool));
1213 SVN_ERR(check_cancel(NULL));
1502 check_cancel, NULL, pool);
1603 SVN_ERR(check_cancel(NUL
413 static svn_cancel_func_t check_cancel = NULL; variable
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c51 static svn_cancel_func_t check_cancel = NULL;
226 NULL, check_cancel, NULL, pool));
276 NULL, check_cancel, NULL, pool, pool));
382 ctx->cancel_func = check_cancel;
454 source_relpath, check_cancel, NULL, pool));
584 check_cancel, NULL, pool));
824 check_cancel = svn_cmdline__setup_cancellation_handler();
50 static svn_cancel_func_t check_cancel = NULL; variable
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c333 static svn_cancel_func_t check_cancel = 0;
399 check_cancel, NULL, pool);
1334 SVN_ERR(svn_delta_get_cancellation_editor(check_cancel, NULL,
1560 SVN_ERR(check_cancel(NULL));
1672 SVN_ERR(check_cancel(NULL));
2359 check_cancel = svn_cmdline__setup_cancellation_handler();
2374 check_cancel, NULL,
2390 check_cancel, NULL,
332 static svn_cancel_func_t check_cancel = 0; variable

Completed in 289 milliseconds