Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h325 VAR_PAD_RESPONSES = 526, /* VAR_PAD_RESPONSES */ enumerator
698 #define VAR_PAD_RESPONSES 526 macro
H A Dconfiglexer.lex560 pad-responses{COLON} { YDVAR(1, VAR_PAD_RESPONSES) }
H A Dconfigparser.y177 %token VAR_PAD_RESPONSES VAR_PAD_RESPONSES_BLOCK_SIZE
2926 server_pad_responses: VAR_PAD_RESPONSES STRING_ARG
H A Dconfiglexer.c6478 { YDVAR(1, VAR_PAD_RESPONSES) }