Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/rust/src/http2/
H A Dparser.rs217 fn http2_frame_header_static(n: u64, dyn_headers: &HTTP2DynTable) -> Option<HTTP2FrameHeaderBlock> { in http2_frame_header_static() function
360 match http2_frame_header_static(indexreal, dyn_headers) { in http2_parse_headers_block_indexed()
393 match http2_frame_header_static(index, dyn_headers) { in http2_parse_headers_block_literal_common()