
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 | |
set by the outside (eg.
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlDelete().
| int* httpd_host_t::fds |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlDelete().
| unsigned httpd_host_t::i_ref |
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_HostThread().
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlDelete(), and httpd_UrlNew().
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_HostThread(), httpd_UrlDelete(), and httpd_UrlNew().
| unsigned httpd_host_t::nfd |
Referenced by httpd_HostCreate().
(root of all evil) - 1
our parent
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 |
Referenced by httpd_HostCreate(), and httpd_HostDelete().
Referenced by httpd_HostCreate(), httpd_HostDelete(), httpd_UrlDelete(), and httpd_UrlNew().
Referenced by httpd_HostCreate(), httpd_HostDelete(), and httpd_UrlNew().
1.7.1