Searched defs:parser (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.hpp | 42 namespace parser { namespace in namespace:atf 151 class parser; 315 // The "parser" class. 319 class parser { class in namespace:atf::parser 326 parser(TKZ& tkz); 327 ~parser(void); 382 parser< TKZ >::parser(TKZ& tkz) : function in class:atf::parser::parser 389 parser< TKZ >::~parser(voi [all...] |
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkconf.c | 447 cfg_parser_t *parser = NULL; local 524 RUNTIME_CHECK(cfg_parser_create(mctx, logc, &parser) == ISC_R_SUCCESS); 526 cfg_parser_setcallback(parser, directory_callback, NULL); 528 if (cfg_parse_file(parser, conffile, &cfg_type_namedconf, &config) != 542 cfg_obj_destroy(parser, &config); 544 cfg_parser_destroy(&parser);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.cpp | 40 #include "atf-c++/detail/parser.hpp" 65 // The "atf_tps" auxiliary parser. 70 static const atf::parser::token_type eof_type = 0; 71 static const atf::parser::token_type nl_type = 1; 72 static const atf::parser::token_type text_type = 2; 73 static const atf::parser::token_type colon_type = 3; 74 static const atf::parser::token_type comma_type = 4; 75 static const atf::parser::token_type tps_count_type = 5; 76 static const atf::parser::token_type tp_start_type = 6; 77 static const atf::parser 122 read_timeval(atf::parser::parser< atf_tps::tokenizer >& parser) argument [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | config.c | 225 ns_config_parsedefaults(cfg_parser_t *parser, cfg_obj_t **conf) { argument 230 return (cfg_parse_buffer(parser, &b, &cfg_type_namedconf, conf));
|
H A D | server.c | 3280 cfg_parser_t *parser = NULL; local 3335 CHECK(cfg_parser_create(ns_g_mctx, ns_g_lctx, &parser)); 3336 cfg_parser_setcallback(parser, directory_callback, NULL); 3337 result = cfg_parse_file(parser, filename, &cfg_type_namedconf, 3353 if (parser != NULL) 3354 cfg_parser_destroy(&parser); 3355 CHECK(cfg_parser_create(ns_g_mctx, ns_g_lctx, &parser)); 3356 result = ns_lwresd_parseeresolvconf(ns_g_mctx, parser, 4045 /* The parser translates "hostname" to ISC_TRUE */ 4079 if (parser ! [all...] |
Completed in 2169 milliseconds