VLC 4.0.0-dev
|
Data Fields | |
httpd_host_t * | host |
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] |
struct { ... } httpd_url_t::catch[HTTPD_MSG_MAX] |
Referenced by httpd_ClientSend(), httpd_UrlCatch(), httpd_UrlNew(), and httpdLoop().
httpd_callback_t httpd_url_t::cb |
Referenced by httpd_ClientSend(), httpd_UrlCatch(), httpd_UrlNew(), and httpdLoop().
httpd_host_t* httpd_url_t::host |
Referenced by httpd_UrlDelete(), and httpd_UrlNew().
vlc_mutex_t httpd_url_t::lock |
Referenced by httpd_UrlCatch(), and httpd_UrlNew().
struct vlc_list httpd_url_t::node |
Referenced by httpd_UrlDelete(), and httpd_UrlNew().
httpd_callback_sys_t* httpd_url_t::p_sys |
Referenced by httpd_ClientSend(), httpd_UrlCatch(), httpd_UrlNew(), and httpdLoop().
char* httpd_url_t::psz_password |
Referenced by httpd_UrlDelete(), httpd_UrlNew(), and httpdLoop().
char* httpd_url_t::psz_url |
Referenced by httpd_UrlDelete(), httpd_UrlNew(), and httpdLoop().
char* httpd_url_t::psz_user |
Referenced by httpd_UrlDelete(), httpd_UrlNew(), and httpdLoop().