Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h408 VAR_QUIC_SIZE = 609, /* VAR_QUIC_SIZE */ enumerator
781 #define VAR_QUIC_SIZE 609 macro
H A Dconfiglexer.lex274 quic-size{COLON} { YDVAR(1, VAR_QUIC_SIZE) }
H A Dconfigparser.y206 %token VAR_QUIC_PORT VAR_QUIC_SIZE
1227 server_quic_size: VAR_QUIC_SIZE STRING_ARG
H A Dconfiglexer.c5092 { YDVAR(1, VAR_QUIC_SIZE) }