Searched refs:cancelled (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtransactions.cpp38 case cancelled:
41 return std::uncaught_exception() ? cancelled : successful;
44 return cancelled;
H A Dtransactions.h46 cancelled, // cancelled (rolled back) enumerator in enum:Security::TransactionBase::Outcome
47 conditional // succeeds normally, cancelled on exception
87 case cancelled:
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtransactions.cpp38 case cancelled:
41 return std::uncaught_exception() ? cancelled : successful;
44 return cancelled;
H A Dtransactions.h46 cancelled, // cancelled (rolled back) enumerator in enum:Security::TransactionBase::Outcome
47 conditional // succeeds normally, cancelled on exception
87 case cancelled:
/macosx-10.9.5/removefile-33/
H A Dremovefile_priv.h47 int cancelled; member in struct:_removefile_state
57 #define __removefile_state_test_cancel(s) ((s)->cancelled != 0)
H A Dremovefile.c106 state->cancelled = 0;
136 state->cancelled = 1;
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DMakefile.PL39 die "User cancelled install!\n" if (<STDIN> !~ /^y(?:es)?$/);
41 die "Install cancelled.\n";
47 die $@ if $@ =~ /cancelled/;
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DExportCommand.c92 Boolean cancelled = false;
392 GetMovieDuration(theMovie), &cancelled );
398 if (cancelled) {
91 Boolean cancelled = false; local
/macosx-10.9.5/libresolv-54/
H A Dres_query.c303 int i, kq, n, wait, cancelled, notify_token, status; local
318 cancelled = 0;
442 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
443 cancelled = 1;
462 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
463 cancelled = 1;
506 if ((ans->ancount == 0) || (cancelled == 1)) context.anslen = -1;
/macosx-10.9.5/nano-11/src/
H A Drcfile.c511 bool cancelled = FALSE; local
568 cancelled = TRUE;
593 if (cancelled)
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLControl.c732 boolean_t cancelled = FALSE; local
743 &cancelled);
748 return (cancelled);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c459 boolean_t cancelled; local
462 cancelled = thread_call_cancel(shared_region->sr_timer_call);
463 if (cancelled) {
466 /* release the reference held by the cancelled timer */
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c1390 boolean_t cancelled = FALSE; local
1395 cancelled = FALSE;
1398 cancelled = client->user_cancelled;
1400 return (cancelled);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c190 static void aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled,
435 aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled, int wait_for_completion, boolean_t disable_notification) argument
439 if (cancelled) {
459 /* Can only be cancelled if it's still on a work queue */
499 * NULL then only one specific IO is cancelled (if possible). If uap->aiocbp
501 * descriptor are cancelled (if possible).
599 * be cancelled so we must wait for them to complete. We will get a special
840 * for cancelled or active aio requests that complete.
864 * for cancelled or active aio requests that complete. This routine MAY block!
892 * on the active async IO queue. Active requests cannot be cancelled s
[all...]
H A Dkern_event.c848 boolean_t cancelled; local
852 cancelled = thread_call_cancel(callout);
853 if (cancelled) {
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg2.el695 ;;; ( A cancelled ) Ignore this cache entry;
719 (val 'cancelled))
733 (not (eq (nth 1 math-cur-record) 'cancelled))
781 'cancelled)))))
818 (setcar (cdr math-cur-record) 'cancelled)))
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl858 SetMsg "Save cancelled: $msg"
862 SetMsg "Save cancelled: $msg"
1365 SetMsg "Save cancelled"
1555 SetMsg "Reverse cancelled"
1580 SetMsg "Invert cancelled"
1605 SetMsg "Silence cancelled"
1629 SetMsg "Remove DC cancelled"
1677 SetMsg "Amplify cancelled"
1788 SetMsg "Normalize cancelled"
1855 SetMsg "Echo filter cancelled"
[all...]
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim8029 " message is displayed for the cancelled expression evaluation. On an
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim5582 " call Dret("NetrwPrevWinOpen ".choice." : cancelled")

Completed in 320 milliseconds