Home
last modified time | relevance | path

Searched refs:decode_header_blocks (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2Stream.h72 Http2ErrorCode decode_header_blocks(HpackHandle &hpack_handle, uint32_t maximum_table_size);
H A DHttp2Stream.cc223 Http2Stream::decode_header_blocks(HpackHandle &hpack_handle, uint32_t maximum_table_size) in decode_header_blocks() function in Http2Stream
H A DHttp2ConnectionState.cc373 …stream->decode_header_blocks(*cstate.local_hpack_handle, cstate.server_settings.get(HTTP2_SETTINGS… in rcv_headers_frame()
932 …stream->decode_header_blocks(*cstate.local_hpack_handle, cstate.server_settings.get(HTTP2_SETTINGS… in rcv_continuation_frame()