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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c92 #define VALATTR_CANCELED 0x0002 /*%< Canceled. */ macro
130 #define CANCELED(v) (((v)->attributes & VALATTR_CANCELED) != 0)
3826 if ((validator->attributes & VALATTR_CANCELED) == 0) {
3827 validator->attributes |= VALATTR_CANCELED;

Completed in 50 milliseconds