Home
last modified time | relevance | path

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 DHttp2Frame.cc55 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 DHTTP2.h335 bool http2_write_frame_header(const Http2FrameHeader &, IOVec);
H A DHTTP2.cc236 http2_write_frame_header(const Http2FrameHeader &hdr, IOVec iov) in http2_write_frame_header() function