Searched refs:headers_map (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dparser.cpp302 std::pair< size_t, impl::headers_map >
307 headers_map hm;
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os)
351 headers_map::const_iterator ct = hm.find("Content-Type");
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end();
363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt,
368 headers_map::const_iterator iter = hm.find("Content-Type");
H A Dparser.hpp598 typedef std::map< std::string, header_entry > headers_map; typedef in namespace:tools::parser
600 std::pair< size_t, headers_map > read_headers(std::istream&, size_t);
601 void write_headers(const headers_map&, std::ostream&);
602 void validate_content_type(const headers_map&, const std::string&, int);
H A Dconfig_file.cpp157 std::pair< size_t, tools::parser::headers_map > hml =
H A Datffile.cpp131 std::pair< size_t, tools::parser::headers_map > hml =
H A Dreader.cpp398 std::pair< size_t, tools::parser::headers_map > hml =
H A Dtest-program.cpp491 std::pair< size_t, tools::parser::headers_map > hml =
568 tools::parser::headers_map hm;
H A Dparser_test.cpp742 std::pair< size_t, tools::parser::headers_map > hml =

Completed in 24 milliseconds