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 |
Referenced by vlc_h1_conn_destroy(), and vlc_h1_stream_wait().
struct vlc_http_conn vlc_h1_conn::conn |
bool vlc_h1_conn::connection_close |
Referenced by vlc_h1_stream_wait().
uintmax_t vlc_h1_conn::content_length |
Referenced by vlc_h1_stream_wait().
void* vlc_h1_conn::opaque |
bool vlc_h1_conn::proxy |
Referenced by vlc_h1_conn_create().
bool vlc_h1_conn::released |
Referenced by vlc_h1_conn_destroy().
struct vlc_http_stream vlc_h1_conn::stream |
Referenced by vlc_h1_stream_close(), vlc_h1_stream_conn(), vlc_h1_stream_read(), vlc_h1_stream_wait(), and vlc_h1_stream_write().