Home
last modified time | relevance | path

Searched refs:VAR_DENY_ANY (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff41 deny-any{COLON} { YDVAR(1, VAR_DENY_ANY) }
53 %token VAR_FORWARD_NO_CACHE VAR_STUB_NO_CACHE VAR_LOG_SERVFAIL VAR_DENY_ANY
66 @@ -1466,6 +1468,16 @@ server_deny_any: VAR_DENY_ANY STRING_ARG
/freebsd/contrib/unbound/util/
H A Dconfigparser.h369 VAR_DENY_ANY = 570, /* VAR_DENY_ANY */ enumerator
742 #define VAR_DENY_ANY 570 macro
H A Dconfiglexer.lex335 deny-any{COLON} { YDVAR(1, VAR_DENY_ANY) }
H A Dconfigparser.y192 %token VAR_FORWARD_NO_CACHE VAR_STUB_NO_CACHE VAR_LOG_SERVFAIL VAR_DENY_ANY
1958 server_deny_any: VAR_DENY_ANY STRING_ARG
H A Dconfiglexer.c5397 { YDVAR(1, VAR_DENY_ANY) }