Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h160 VAR_CONTROL_USE_CERT = 361, /* VAR_CONTROL_USE_CERT */ enumerator
533 #define VAR_CONTROL_USE_CERT 361 macro
H A Dconfiglexer.lex459 control-use-cert{COLON} { YDVAR(1, VAR_CONTROL_USE_CERT) }
H A Dconfigparser.y106 %token VAR_CONTROL_USE_CERT VAR_TCP_REUSE_TIMEOUT VAR_MAX_REUSE_TCP_QUERIES
3455 rc_control_use_cert: VAR_CONTROL_USE_CERT STRING_ARG
H A Dconfiglexer.c6013 { YDVAR(1, VAR_CONTROL_USE_CERT) }