Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http2_inspect/
H A Dhttp2_headers_frame.cc50 hpack_headers_offset = 5; in Http2HeadersFrame()
72 const uint32_t encoded_headers_length = (data.length() > hpack_headers_offset) ? in decode_headers()
73 data.length() - hpack_headers_offset : 0; in decode_headers()
74 if (!hpack_decoder->decode_headers((data.start() + hpack_headers_offset), in decode_headers()
H A Dhttp2_headers_frame.h58 uint8_t hpack_headers_offset = 0; variable
H A Dhttp2_push_promise_frame.cc66 hpack_headers_offset += PROMISED_ID_LENGTH; in Http2PushPromiseFrame()