Searched defs:cfg_parser (Results 1 – 4 of 4) sorted by relevance
107 struct cfg_parser { struct108 isc_log_t * lctx;109 isc_lex_t * lexer;110 unsigned int errors;111 isc_token_t token;114 int seen_eof;117 int ungotten;126 cfg_obj_t * open_files;137 cfg_obj_t * closed_files;144 unsigned int line;[all …]
86 struct config_parser_state* cfg_parser = 0; global() variable [all...]
27 config_parser_state_type* cfg_parser = 0; variable