VLC  3.0.21
Data Fields
vlc_h1_conn Struct Reference
Collaboration diagram for vlc_h1_conn:
Collaboration graph
[legend]

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
 

Field Documentation

◆ active

bool vlc_h1_conn::active

◆ conn

struct vlc_http_conn vlc_h1_conn::conn

◆ connection_close

bool vlc_h1_conn::connection_close

Referenced by vlc_h1_stream_wait().

◆ content_length

uintmax_t vlc_h1_conn::content_length

Referenced by vlc_h1_stream_wait().

◆ opaque

void* vlc_h1_conn::opaque

◆ proxy

bool vlc_h1_conn::proxy

Referenced by vlc_h1_conn_create().

◆ released

bool vlc_h1_conn::released

Referenced by vlc_h1_conn_destroy().

◆ stream

struct vlc_http_stream vlc_h1_conn::stream

The documentation for this struct was generated from the following file: