Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h164 VAR_LOCAL_DATA_PTR = 365, /* VAR_LOCAL_DATA_PTR */ enumerator
537 #define VAR_LOCAL_DATA_PTR 365 macro
H A Dconfigparser.y107 %token VAR_EXTENDED_STATISTICS VAR_LOCAL_DATA_PTR VAR_JOSTLE_TIMEOUT
2411 server_local_data_ptr: VAR_LOCAL_DATA_PTR STRING_ARG
3393 view_local_data_ptr: VAR_LOCAL_DATA_PTR STRING_ARG
H A Dconfiglexer.lex446 local-data-ptr{COLON} { YDVAR(1, VAR_LOCAL_DATA_PTR) }
H A Dconfiglexer.c5948 { YDVAR(1, VAR_LOCAL_DATA_PTR) }