|
VLC
2.1.0-git
|

Data Fields | |
| 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 |
| int | i_client |
| httpd_client_t ** | client |
| vlc_tls_creds_t * | p_tls |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| bool httpd_host_t::b_force |
set by the outside (eg.
| httpd_client_t** httpd_host_t::client |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlDelete().
| int* httpd_host_t::fds |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
| int httpd_host_t::i_client |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlDelete().
| int httpd_host_t::i_flags |
| unsigned httpd_host_t::i_ref |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_HostThread().
| int httpd_host_t::i_url |
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlDelete(), and httpd_UrlNew().
| vlc_mutex_t httpd_host_t::lock |
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_HostThread(), httpd_UrlDelete(), and httpd_UrlNew().
| unsigned httpd_host_t::nfd |
Referenced by httpd_HostCreate().
| libvlc_int_t* httpd_host_t::p_libvlc |
(root of all evil) - 1
| vlc_object_t* httpd_host_t::p_parent |
our parent
| vlc_tls_creds_t* httpd_host_t::p_tls |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
| unsigned httpd_host_t::port |
Referenced by httpd_HostCreate().
| char* httpd_host_t::psz_header |
| const char* httpd_host_t::psz_object_type |
| vlc_thread_t httpd_host_t::thread |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
| httpd_url_t** httpd_host_t::url |
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlDelete(), and httpd_UrlNew().
| vlc_cond_t httpd_host_t::wait |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlNew().
1.8.1.2