Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h413 VAR_CACHEDB_NO_STORE = 614, /* VAR_CACHEDB_NO_STORE */ enumerator
786 #define VAR_CACHEDB_NO_STORE 614 macro
H A Dconfiglexer.lex574 cachedb-no-store{COLON} { YDVAR(1, VAR_CACHEDB_NO_STORE) }
H A Dconfigparser.y208 %token VAR_HARDEN_UNKNOWN_ADDITIONAL VAR_DISABLE_EDNS_DO VAR_CACHEDB_NO_STORE
3900 cachedb_no_store: VAR_CACHEDB_NO_STORE STRING_ARG
H A Dconfiglexer.c6548 { YDVAR(1, VAR_CACHEDB_NO_STORE) }