|
VLC
4.0.0-dev
|

Data Fields | |
| struct vlc_http_conn | conn |
| struct vlc_http_stream | stream |
| uintmax_t | content_length |
| bool | connection_close |
| bool | active |
| bool | released |
| bool | proxy |
| void * | opaque |
| bool vlc_h1_conn::active |
| struct vlc_http_conn vlc_h1_conn::conn |
| bool vlc_h1_conn::connection_close |
Referenced by vlc_h1_stream_open(), and vlc_h1_stream_wait().
| uintmax_t vlc_h1_conn::content_length |
Referenced by vlc_h1_stream_open(), vlc_h1_stream_read(), and vlc_h1_stream_wait().
| void* vlc_h1_conn::opaque |
Referenced by vlc_h1_conn_create().
| bool vlc_h1_conn::proxy |
Referenced by vlc_h1_conn_create(), and vlc_h1_stream_open().
| bool vlc_h1_conn::released |
Referenced by vlc_h1_conn_create(), vlc_h1_conn_destroy(), vlc_h1_conn_release(), and vlc_h1_stream_close().
| struct vlc_http_stream vlc_h1_conn::stream |
Referenced by vlc_h1_conn_create(), vlc_h1_request(), and vlc_h1_stream_open().
1.8.13