OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VALATTR_CANCELED
(Results
1 - 2
of
2
) sorted by relevancy
/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)
3239
if ((validator->attributes &
VALATTR_CANCELED
) == 0) {
3240
validator->attributes |=
VALATTR_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)
3637
validator->attributes |=
VALATTR_CANCELED
;
Completed in 18 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026