Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/access/http/
H A Dh2frame.c917 static const vlc_h2_parser vlc_h2_parsers[] = { variable
961 if (type < sizeof (vlc_h2_parsers) / sizeof (vlc_h2_parsers[0]) in vlc_h2_parse_generic()
962 && vlc_h2_parsers[type] != NULL) in vlc_h2_parse_generic()
963 func = vlc_h2_parsers[type]; in vlc_h2_parse_generic()