VLC  3.0.15
Data Fields
httpd_host_t Struct Reference
Collaboration diagram for httpd_host_t:
Collaboration graph
[legend]

Data Fields

struct vlc_common_members obj
 
unsigned i_ref
 
int * fds
 
unsigned nfd
 
unsigned port
 
vlc_thread_t thread
 
vlc_mutex_t lock
 
vlc_cond_t wait
 
int i_url
 
httpd_url_t ** url
 
bool b_no_timeout
 
int i_client
 
httpd_client_t ** client
 
vlc_tls_creds_tp_tls
 

Field Documentation

◆ b_no_timeout

bool httpd_host_t::b_no_timeout

◆ client

httpd_client_t** httpd_host_t::client

◆ fds

int* httpd_host_t::fds

◆ i_client

int httpd_host_t::i_client

◆ i_ref

unsigned httpd_host_t::i_ref

◆ i_url

int httpd_host_t::i_url

◆ lock

vlc_mutex_t httpd_host_t::lock

◆ nfd

unsigned httpd_host_t::nfd

◆ obj

struct vlc_common_members httpd_host_t::obj

◆ p_tls

vlc_tls_creds_t* httpd_host_t::p_tls

◆ port

unsigned httpd_host_t::port

◆ thread

vlc_thread_t httpd_host_t::thread

◆ url

httpd_url_t** httpd_host_t::url

◆ wait

vlc_cond_t httpd_host_t::wait

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