Searched defs:parser (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/irs/
H A Ddnsconf.c185 cfg_parser_t *parser = NULL; local
205 result = cfg_parser_create(mctx, NULL, &parser);
209 result = cfg_parse_file(parser, filename, &cfg_type_dnsconf,
217 if (parser != NULL) {
219 cfg_obj_destroy(parser, &cfgobj);
220 cfg_parser_destroy(&parser);
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp42 namespace parser { namespace in namespace:tools
151 class parser;
315 // The "parser" class.
319 class parser { class in namespace:tools::parser
326 parser(TKZ& tkz);
327 ~parser(void);
382 parser< TKZ >::parser(TKZ& tkz) : function in class:tools::parser::parser
389 parser< TKZ >::~parser(voi
[all...]
H A Dreader.cpp41 #include "parser.hpp"
64 // The "atf_tps" auxiliary parser.
69 static const tools::parser::token_type eof_type = 0;
70 static const tools::parser::token_type nl_type = 1;
71 static const tools::parser::token_type text_type = 2;
72 static const tools::parser::token_type colon_type = 3;
73 static const tools::parser::token_type comma_type = 4;
74 static const tools::parser::token_type tps_count_type = 5;
75 static const tools::parser::token_type tp_start_type = 6;
76 static const tools::parser
121 read_timeval(tools::parser::parser< atf_tps::tokenizer >& parser) argument
[all...]
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c511 cfg_parser_t *parser = NULL; local
630 RUNTIME_CHECK(cfg_parser_create(mctx, logc, &parser) == ISC_R_SUCCESS);
632 cfg_parser_setcallback(parser, directory_callback, NULL);
634 if (cfg_parse_file(parser, conffile, &cfg_type_namedconf, &config) !=
650 cfg_obj_destroy(parser, &config);
652 cfg_parser_destroy(&parser);
/bind-9.11.3/bin/named/
H A Dconfig.c301 ns_config_parsedefaults(cfg_parser_t *parser, cfg_obj_t **conf) { argument
306 return (cfg_parse_buffer3(parser, &b, __FILE__, 0,
/bind-9.11.3/bin/delv/
H A Ddelv.c692 cfg_parser_t *parser = NULL; local
723 CHECK(cfg_parser_create(mctx, dns_lctx, &parser));
729 result = cfg_parse_file(parser, filename,
742 result = cfg_parse_buffer(parser, &b, &cfg_type_bindkeys,

Completed in 17 milliseconds