HomeSort by: relevance | last modified time | path
    Searched refs:ISC_EVENTATTR_CANCELED (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
event.h 56 * The ISC_EVENTATTR_CANCELED attribute is intended to indicate
62 #define ISC_EVENTATTR_CANCELED 0x00000002
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
event.h 51 * The ISC_EVENTATTR_CANCELED attribute is intended to indicate
57 #define ISC_EVENTATTR_CANCELED 0x00000002
  /src/external/mpl/dhcp/bind/dist/lib/isc/
ratelimiter.c 258 ev->ev_attributes |= ISC_EVENTATTR_CANCELED;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 2594 if ((event->ev_attributes & ISC_EVENTATTR_CANCELED) != 0) {
2651 if ((event->ev_attributes & ISC_EVENTATTR_CANCELED) != 0) {
12610 if ((event->ev_attributes & ISC_EVENTATTR_CANCELED) != 0 ||
14476 if (((event->ev_attributes & ISC_EVENTATTR_CANCELED) != 0) ||
19456 io->event->ev_attributes |= ISC_EVENTATTR_CANCELED;
21132 if ((event->ev_attributes & ISC_EVENTATTR_CANCELED) != 0 ||

Completed in 37 milliseconds