Home
last modified time | relevance | path

Searched refs:VAR_IDENTITY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h114 VAR_IDENTITY = 315, /* VAR_IDENTITY */ enumerator
487 #define VAR_IDENTITY 315 macro
H A Dconfiglexer.lex390 identity{COLON} { YDVAR(1, VAR_IDENTITY) }
H A Dconfigparser.y90 %token VAR_IDENTITY VAR_VERSION VAR_HARDEN_GLUE VAR_MODULE_CONF
1510 server_identity: VAR_IDENTITY STRING_ARG
H A Dconfiglexer.c5672 { YDVAR(1, VAR_IDENTITY) }