Searched refs:headers_map (Results 1 - 7 of 7) sorted by relevance
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | parser.cpp | 302 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 D | parser.hpp | 598 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 D | config_file.cpp | 157 std::pair< size_t, tools::parser::headers_map > hml =
|
| H A D | atffile.cpp | 131 std::pair< size_t, tools::parser::headers_map > hml =
|
| H A D | reader.cpp | 398 std::pair< size_t, tools::parser::headers_map > hml =
|
| H A D | test-program.cpp | 491 std::pair< size_t, tools::parser::headers_map > hml = 568 tools::parser::headers_map hm;
|
| H A D | parser_test.cpp | 742 std::pair< size_t, tools::parser::headers_map > hml =
|
Completed in 18 milliseconds