Lines Matching refs:header_entry
167 impl::header_entry::header_entry(void) in header_entry() function in impl::header_entry
171 impl::header_entry::header_entry(const std::string& n, const std::string& v, in header_entry() function in impl::header_entry
180 impl::header_entry::name(void) const in name()
186 impl::header_entry::value(void) const in value()
192 impl::header_entry::attrs(void) const in attrs()
198 impl::header_entry::has_attr(const std::string& n) const in has_attr()
204 impl::header_entry::get_attr(const std::string& n) const in get_attr()
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) in read()
246 he = impl::header_entry(); in read()
274 he = impl::header_entry(hdr_name, hdr_value, attrs); in read()
281 write(std::ostream& os, const impl::header_entry& he) in write()
325 header_entry he; in read_headers()
372 const header_entry& he = (*iter).second; in validate_content_type()