Searched refs:parser (Results 1 - 19 of 19) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen77 my $parser = {'type' => '',
98 $parser->{lineno}++;
99 $result = parse_line($testsuite, $parser, $line);
102 $parser->{error}, $parser->{lineno});
106 if ($parser->{status} != $STATUS_GLOBAL) {
114 my ($testsuite, $parser, $line) = @_;
117 if ($parser->{status} == $STATUS_HEADER) {
119 $parser->{status} = $STATUS_HEADER_COMMENT;
121 $result = parse_header($testsuite, $parser,
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp40 #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/unit/atf-src/atf-run/
H A Datffile.cpp36 #include "atf-c++/detail/parser.hpp"
45 // The "atf_atffile" auxiliary parser.
50 static const atf::parser::token_type eof_type = 0;
51 static const atf::parser::token_type nl_type = 1;
52 static const atf::parser::token_type text_type = 2;
53 static const atf::parser::token_type colon_type = 3;
54 static const atf::parser::token_type conf_type = 4;
55 static const atf::parser::token_type dblquote_type = 5;
56 static const atf::parser::token_type equal_type = 6;
57 static const atf::parser
[all...]
H A Dconfig.cpp40 #include "atf-c++/detail/parser.hpp"
51 static const atf::parser::token_type eof_type = 0;
52 static const atf::parser::token_type nl_type = 1;
53 static const atf::parser::token_type text_type = 2;
54 static const atf::parser::token_type dblquote_type = 3;
55 static const atf::parser::token_type equal_type = 4;
56 static const atf::parser::token_type hash_type = 5;
58 class tokenizer : public atf::parser::tokenizer< std::istream > {
61 atf::parser::tokenizer< std::istream >
155 using atf::parser
[all...]
H A Dtest-program.cpp49 #include "atf-c++/detail/parser.hpp"
84 static const atf::parser::token_type eof_type = 0;
85 static const atf::parser::token_type nl_type = 1;
86 static const atf::parser::token_type text_type = 2;
87 static const atf::parser::token_type colon_type = 3;
88 static const atf::parser::token_type dblquote_type = 4;
90 class tokenizer : public atf::parser::tokenizer< std::istream > {
93 atf::parser::tokenizer< std::istream >
435 using atf::parser::parse_error;
488 using atf::parser
[all...]
H A Datf-run.cpp58 #include "atf-c++/detail/parser.hpp"
380 } catch (const atf::parser::format_error& e) {
384 } catch (const atf::parser::parse_errors& e) {
H A Dtest_program_test.cpp35 #include "atf-c++/detail/parser.hpp"
762 ATF_REQUIRE_THROW(atf::parser::parse_errors,
770 ATF_REQUIRE_THROW(atf::parser::parse_errors,
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp42 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...]
H A DMakefile.am.inc41 atf-c++/detail/parser.cpp \
42 atf-c++/detail/parser.hpp \
H A Dparser_test.cpp34 #include "parser.hpp"
48 using atf::parser::parse_error;
65 using atf::parser::parse_error;
66 using atf::parser::parse_errors;
86 using atf::parser::token;
123 atf::parser::token t = tkz.next(); \
130 static const atf::parser::token_type eof_type = 0;
131 static const atf::parser::token_type nl_type = 1;
132 static const atf::parser::token_type word_type = 2;
134 class tokenizer : public atf::parser
[all...]
H A Dtest_helpers.hpp43 #include "parser.hpp"
138 } catch (const atf::parser::parse_errors& pes) {
139 for (std::vector< atf::parser::parse_error >::const_iterator iter =
142 } catch (const atf::parser::parse_error& pe) {
H A Dparser.cpp32 #include "parser.hpp"
36 namespace impl = atf::parser;
37 #define IMPL_NAME "atf::parser"
239 impl::parser< header::tokenizer >&
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he)
320 impl::parser< header::tokenizer > p(tkz);
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dconfig.h31 ns_config_parsedefaults(cfg_parser_t *parser, cfg_obj_t **conf);
/bind-9.6-ESV-R11/lib/isccfg/win32/
H A Dlibisccfg.mak131 -@erase "$(INTDIR)\parser.obj"
156 "$(INTDIR)\parser.obj" \
199 -@erase "$(INTDIR)\parser.obj"
200 -@erase "$(INTDIR)\parser.sbr"
224 "$(INTDIR)\parser.sbr" \
241 "$(INTDIR)\parser.obj" \
366 SOURCE=..\parser.c
371 "$(INTDIR)\parser.obj" : $(SOURCE) "$(INTDIR)"
378 "$(INTDIR)\parser.obj" "$(INTDIR)\parser
[all...]
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c447 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-c++/
H A Dtests.cpp66 #include "detail/parser.hpp"
82 atf::parser::headers_map hm;
83 atf::parser::attrs_map ct_attrs;
85 hm["Content-Type"] = atf::parser::header_entry("Content-Type",
87 atf::parser::write_headers(hm, m_os);
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf22 * every conceivable syntax element in use. We use it to test the parser.
382 // Errors trapped by parser:
402 key sample_key { // for TSIG; supported by parser
425 keys { "sample_key" }; // for TSIG; supported by the parser
515 * parser low-level configuration file processing
547 category parser {
/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c225 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 Dserver.c3280 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 1795 milliseconds