
Data Fields | |
| httpd_t * | httpd |
| unsigned | i_ref |
| char * | psz_hostname |
| int | i_port |
| int * | fds |
| unsigned | nfd |
| 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 |
| tls_server_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 |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| bool | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| const char* httpd_host_t::psz_object_type |
| char* httpd_host_t::psz_header |
| volatile bool httpd_host_t::b_error |
set by the object
| volatile bool httpd_host_t::b_die |
set by the outside
set by the outside (eg.
Just a reminder so that people don't cast garbage.
(root of all evil) - 1
our parent
Referenced by httpd_TLSHostNew().
| unsigned httpd_host_t::i_ref |
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
| int* httpd_host_t::fds |
Referenced by httpd_TLSHostNew().
| unsigned httpd_host_t::nfd |
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
Referenced by httpd_TLSHostNew().
1.5.6