VLC 4.0.0-dev
|
Data Fields | |
struct vlc_object_t | obj |
struct vlc_list | node |
atomic_uint | ref |
int * | fds |
unsigned | nfd |
unsigned | port |
vlc_thread_t | thread |
vlc_mutex_t | lock |
struct vlc_list | urls |
size_t | client_count |
struct vlc_list | clients |
unsigned | timeout_sec |
vlc_tls_server_t * | p_tls |
size_t httpd_host_t::client_count |
Referenced by httpd_HostCreate(), httpd_UrlDelete(), and httpdLoop().
struct vlc_list httpd_host_t::clients |
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlDelete(), and httpdLoop().
int* httpd_host_t::fds |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpdLoop().
vlc_mutex_t httpd_host_t::lock |
Referenced by httpd_HostCreate(), httpd_UrlDelete(), httpd_UrlNew(), and httpdLoop().
unsigned httpd_host_t::nfd |
Referenced by httpd_HostCreate(), and httpdLoop().
struct vlc_list httpd_host_t::node |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
struct vlc_object_t httpd_host_t::obj |
vlc_tls_server_t* httpd_host_t::p_tls |
Referenced by httpd_ClientTlsHandshake(), httpd_HostCreate(), httpd_HostDelete(), and httpdLoop().
unsigned httpd_host_t::port |
Referenced by httpd_HostCreate().
atomic_uint httpd_host_t::ref |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_HostThread().
vlc_thread_t httpd_host_t::thread |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
unsigned httpd_host_t::timeout_sec |
Referenced by httpd_HostCreate(), and httpdLoop().
struct vlc_list httpd_host_t::urls |
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlNew(), and httpdLoop().