Searched defs:cfg_parser (Results 1 – 1 of 1) sorted by relevance
182 struct cfg_parser { struct183 isc_mem_t * mctx;184 isc_log_t * lctx;185 isc_lex_t * lexer;186 unsigned int errors;187 unsigned int warnings;188 isc_token_t token;191 isc_boolean_t seen_eof;194 isc_boolean_t ungotten;203 cfg_obj_t * open_files;[all …]