Searched refs:http2_write_frame_header (Results 1 – 3 of 3) sorted by relevance
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/ |
H A D | Http2Frame.cc | 55 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 86 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 116 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 135 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 163 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 182 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 201 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 220 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to() 244 http2_write_frame_header(this->_hdr, make_iovec(buf)); in write_to()
|
H A D | HTTP2.h | 335 bool http2_write_frame_header(const Http2FrameHeader &, IOVec);
|
H A D | HTTP2.cc | 236 http2_write_frame_header(const Http2FrameHeader &hdr, IOVec iov) in http2_write_frame_header() function
|