Home
last modified time | relevance | path

Searched refs:VAR_TLS_WIN_CERT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h361 VAR_TLS_WIN_CERT = 562, /* VAR_TLS_WIN_CERT */ enumerator
734 #define VAR_TLS_WIN_CERT 562 macro
H A Dconfiglexer.lex256 tls-win-cert{COLON} { YDVAR(1, VAR_TLS_WIN_CERT) }
257 tls-system-cert{COLON} { YDVAR(1, VAR_TLS_WIN_CERT) }
H A Dconfiglexer.c5002 { YDVAR(1, VAR_TLS_WIN_CERT) }
5007 { YDVAR(1, VAR_TLS_WIN_CERT) }
H A Dconfigparser.y190 %token VAR_ALLOW_NOTIFY VAR_TLS_WIN_CERT VAR_TCP_CONNECTION_LIMIT
1102 server_tls_win_cert: VAR_TLS_WIN_CERT STRING_ARG
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff52 %token VAR_ALLOW_NOTIFY VAR_TLS_WIN_CERT VAR_TCP_CONNECTION_LIMIT