Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h190 VAR_LOG_REPLIES = 391, /* VAR_LOG_REPLIES */ enumerator
563 #define VAR_LOG_REPLIES 391 macro
H A Dconfiglexer.lex439 log-replies{COLON} { YDVAR(1, VAR_LOG_REPLIES) }
H A Dconfigparser.y115 %token VAR_LOG_REPLIES VAR_LOG_LOCAL_ACTIONS VAR_TCP_UPSTREAM
1293 server_log_replies: VAR_LOG_REPLIES STRING_ARG
H A Dconfiglexer.c5913 { YDVAR(1, VAR_LOG_REPLIES) }