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/bind/dist/lib/dns/
validator.c 77 VALATTR_CANCELED = 1 << 1, /*%< Canceled. */
115 #define CANCELED(v) (((v)->attributes & VALATTR_CANCELED) != 0)
414 case ISC_R_CANCELED: /* Validation was canceled */
454 if (CANCELED(val) || CANCELING(val)) {
529 if (CANCELED(val) || CANCELING(val)) {
639 if (CANCELED(val) || CANCELING(val)) {
693 if (CANCELED(val) || CANCELING(val)) {
759 if (CANCELED(val) || CANCELING(val)) {
804 if (CANCELED(val) || CANCELING(val)) {
1656 if (CANCELED(val) || CANCELING(val))
    [all...]
  /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 */

Completed in 27 milliseconds