Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h102 VAR_STUB_ZONE = 303, /* VAR_STUB_ZONE */ enumerator
475 #define VAR_STUB_ZONE 303 macro
H A Dconfiglexer.lex336 stub-zone{COLON} { YDVAR(0, VAR_STUB_ZONE) }
H A Dconfigparser.y86 %token VAR_STUB_ZONE VAR_STUB_HOST VAR_STUB_ADDR VAR_TARGET_FETCH_POLICY
362 stubstart: VAR_STUB_ZONE
H A Dconfiglexer.c5402 { YDVAR(0, VAR_STUB_ZONE) }
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff43 stub-zone{COLON} { YDVAR(0, VAR_STUB_ZONE) }