|
VLC 4.0.0-dev
|
HTTP/2 incoming frames parser. More...
Data Fields | ||
| void * | opaque | |
| const struct vlc_h2_parser_cbs * | cbs | |
| vlc_h2_parser | parser | |
| struct { | ||
| uint32_t sid | ||
| bool eos | ||
| size_t len | ||
| uint8_t * buf | ||
| struct hpack_decoder * decoder | ||
| } | headers | |
| uint32_t | rcwd_size | |
HTTP/2 incoming frames parser.
| uint8_t* vlc_h2_parser::buf |
| const struct vlc_h2_parser_cbs* vlc_h2_parser::cbs |
Referenced by vlc_h2_parse_init().
| struct hpack_decoder* vlc_h2_parser::decoder |
| bool vlc_h2_parser::eos |
| struct { ... } vlc_h2_parser::headers |
| size_t vlc_h2_parser::len |
| void* vlc_h2_parser::opaque |
| vlc_h2_parser vlc_h2_parser::parser |
Referenced by vlc_h2_recv_thread().
| uint32_t vlc_h2_parser::rcwd_size |
| uint32_t vlc_h2_parser::sid |