Searched refs:headers_map (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | parser.cpp | 302 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 D | parser.hpp | 598 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 D | config_file.cpp | 156 std::pair< size_t, tools::parser::headers_map > hml = in read()
|
| H A D | atffile.cpp | 130 std::pair< size_t, tools::parser::headers_map > hml = in read()
|
| H A D | test-program.cpp | 492 std::pair< size_t, tools::parser::headers_map > hml = in read() 569 tools::parser::headers_map hm; in atf_tps_writer()
|
| H A D | reader.cpp | 397 std::pair< size_t, tools::parser::headers_map > hml = in read()
|
| H A D | parser_test.cpp | 742 std::pair< size_t, tools::parser::headers_map > hml = in read()
|