VLC 4.0.0-dev
Loading...
Searching...
No Matches
httpd_host_t Struct Reference
Collaboration diagram for httpd_host_t:
[legend]

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_tp_tls
 

Field Documentation

◆ client_count

size_t httpd_host_t::client_count

◆ clients

struct vlc_list httpd_host_t::clients

◆ fds

int* httpd_host_t::fds

◆ lock

◆ nfd

unsigned httpd_host_t::nfd

Referenced by httpd_HostCreate(), and httpdLoop().

◆ node

struct vlc_list httpd_host_t::node

◆ obj

struct vlc_object_t httpd_host_t::obj

◆ p_tls

◆ port

unsigned httpd_host_t::port

Referenced by httpd_HostCreate().

◆ ref

atomic_uint httpd_host_t::ref

◆ thread

vlc_thread_t httpd_host_t::thread

◆ timeout_sec

unsigned httpd_host_t::timeout_sec

Referenced by httpd_HostCreate(), and httpdLoop().

◆ urls

struct vlc_list httpd_host_t::urls

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