Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.cpp302 std::pair< size_t, impl::headers_map >
307 headers_map hm; in read_headers()
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm); in read_headers()
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) in write_headers()
351 headers_map::const_iterator ct = hm.find("Content-Type"); in write_headers()
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end(); in write_headers()
363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt, in validate_content_type()
368 headers_map::const_iterator iter = hm.find("Content-Type"); in validate_content_type()
H A Dparser.hpp598 typedef std::map< std::string, header_entry > headers_map; typedef
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.cpp156 std::pair< size_t, tools::parser::headers_map > hml = in read()
H A Datffile.cpp130 std::pair< size_t, tools::parser::headers_map > hml = in read()
H A Dtest-program.cpp492 std::pair< size_t, tools::parser::headers_map > hml = in read()
569 tools::parser::headers_map hm; in atf_tps_writer()
H A Dreader.cpp397 std::pair< size_t, tools::parser::headers_map > hml = in read()
H A Dparser_test.cpp742 std::pair< size_t, tools::parser::headers_map > hml = in read()