Searched refs:ISC_R_CANCELED (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dkeyboard.c58 if (sleeptime > 0 && keyboard->result != ISC_R_CANCELED)
87 return (ISC_TF(keyboard->result == ISC_R_CANCELED));
H A Derrno2result.c65 return (ISC_R_CANCELED);
H A Dsocket.c3641 * its done event with status of "ISC_R_CANCELED".
3655 dev->result = ISC_R_CANCELED;
3674 dev->result = ISC_R_CANCELED;
3700 dev->result = ISC_R_CANCELED;
3728 dev->result = ISC_R_CANCELED;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c86 if (sleeptime > 0 && keyboard->result != ISC_R_CANCELED)
114 keyboard->result = ISC_R_CANCELED;
125 return (ISC_TF(keyboard->result == ISC_R_CANCELED));
H A Dsocket.c5597 * its done event with status of "ISC_R_CANCELED".
5613 dev->result = ISC_R_CANCELED;
5633 dev->result = ISC_R_CANCELED;
5659 dev->result = ISC_R_CANCELED;
5686 dev->result = ISC_R_CANCELED;
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dresult.h49 #define ISC_R_CANCELED 20 /*%< operation canceled */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhttpd.c533 if (nev->result == ISC_R_CANCELED) {

Completed in 81 milliseconds