VLC 4.0.0-dev
httpd_url_t Struct Reference
Collaboration diagram for httpd_url_t:
[legend]

Data Fields

httpd_host_thost
 
struct vlc_list node
 
vlc_mutex_t lock
 
char * psz_url
 
char * psz_user
 
char * psz_password
 
struct {
   httpd_callback_t   cb
 
   httpd_callback_sys_t *   p_sys
 
catch [HTTPD_MSG_MAX]
 

Field Documentation

◆ 

struct { ... } httpd_url_t::catch[HTTPD_MSG_MAX]

◆ cb

◆ host

httpd_host_t* httpd_url_t::host

Referenced by httpd_UrlDelete(), and httpd_UrlNew().

◆ lock

vlc_mutex_t httpd_url_t::lock

Referenced by httpd_UrlCatch(), and httpd_UrlNew().

◆ node

struct vlc_list httpd_url_t::node

Referenced by httpd_UrlDelete(), and httpd_UrlNew().

◆ p_sys

◆ psz_password

char* httpd_url_t::psz_password

◆ psz_url

char* httpd_url_t::psz_url

◆ psz_user

char* httpd_url_t::psz_user

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