Home | History | Annotate | Download | only in flip_server

Lines Matching refs:headers

40 // This class is optimized for the case where headers are stored in one of two
135 // the headers be contiguous.
232 // buffer changes (due to modifying the headers) the StringPieces which point
279 BalsaHeaders* headers,
357 iterator_base(const BalsaHeaders* headers, HeaderLines::size_type index) :
358 headers_(headers),
372 // linear scanning through skipped headers (and this condition is
390 // linear scanning through skipped headers (and this condition is
467 reverse_iterator_base(const BalsaHeaders* headers,
469 iterator_base(headers, index) {}
492 const_header_lines_iterator(const BalsaHeaders* headers,
494 iterator_base(headers, index) {}
524 const_reverse_header_lines_iterator(const BalsaHeaders* headers,
526 reverse_iterator_base(headers, index) {}
556 const_header_lines_key_iterator(const BalsaHeaders* headers,
559 : iterator_base(headers, index),
564 const_header_lines_key_iterator(const BalsaHeaders* headers,
566 : iterator_base(headers, index) {
578 // (roughly the amount we'd append in new headers such as X-User-Ip, etc.)
647 // comments about ContentLength and TransferEncoding headers. Note that this
667 // function on a key which exists several times in the headers will produce
674 // function on a key which exists several times in the headers will produce
685 // represented as empty string. If 'key' doesn't exist in the headers at
739 // Removes all headers starting with 'key' [case insensitive]
975 // content-length and transfer-encoding headers in a consistent manner. They
1040 // If the 'key' does not exist in the headers, calls
1090 // At the moment, this function will always return the original headers.