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

  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.h 34 NORMAL = 0, CANCELED
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.h 34 NORMAL = 0, CANCELED
  /src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c 71 #define VALATTR_CANCELED 0x0002 /*%< Canceled. */
104 #define CANCELED(v) (((v)->attributes & VALATTR_CANCELED) != 0)
415 if (CANCELED(val)) {
520 if (CANCELED(val)) {
662 if (CANCELED(val)) {
732 if (CANCELED(val)) {
806 if (CANCELED(val)) {
861 if (CANCELED(val)) {
3031 /* If the validator has been canceled, val->event == NULL */
  /src/external/mpl/bind/dist/lib/dns/
validator.c 77 VALATTR_CANCELED = 1 << 1, /*%< Canceled. */
115 #define CANCELED(v) (((v)->attributes & VALATTR_CANCELED) != 0)
443 case ISC_R_CANCELED: /* Validation was canceled */
483 if (CANCELED(val) || CANCELING(val)) {
558 if (CANCELED(val) || CANCELING(val)) {
669 if (CANCELED(val) || CANCELING(val)) {
723 if (CANCELED(val) || CANCELING(val)) {
792 if (CANCELED(val) || CANCELING(val)) {
837 if (CANCELED(val) || CANCELING(val)) {
1694 if (CANCELED(val) || CANCELING(val))
    [all...]

Completed in 29 milliseconds