Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h215 VAR_DELAY_CLOSE = 416, /* VAR_DELAY_CLOSE */ enumerator
588 #define VAR_DELAY_CLOSE 416 macro
H A Dconfiglexer.lex315 delay-close{COLON} { YDVAR(1, VAR_DELAY_CLOSE) }
H A Dconfigparser.y124 %token VAR_MAX_UDP_SIZE VAR_DELAY_CLOSE VAR_UDP_CONNECT
1678 server_delay_close: VAR_DELAY_CLOSE STRING_ARG
H A Dconfiglexer.c5297 { YDVAR(1, VAR_DELAY_CLOSE) }