|
VLC
2.1.0-git
|

Data Fields | |
| httpd_url_t * | url |
| int | i_ref |
| int | fd |
| bool | b_stream_mode |
| uint8_t | i_state |
| mtime_t | i_activity_date |
| mtime_t | i_activity_timeout |
| int | i_buffer_size |
| int | i_buffer |
| uint8_t * | p_buffer |
| httpd_message_t | query |
| httpd_message_t | answer |
| vlc_tls_t * | p_tls |
| httpd_message_t httpd_client_t::answer |
Referenced by httpd_ClientClean(), httpd_ClientInit(), httpd_ClientSend(), and httpd_HostThread().
| bool httpd_client_t::b_stream_mode |
Referenced by httpd_ClientInit(), httpd_HostThread(), and httpd_StreamCallBack().
| int httpd_client_t::fd |
Referenced by httpd_ClientClean(), httpd_ClientIP(), httpd_ClientNew(), httpd_HostThread(), httpd_NetRecv(), httpd_NetSend(), and httpd_ServerIP().
| mtime_t httpd_client_t::i_activity_date |
Referenced by httpd_ClientInit(), and httpd_HostThread().
| mtime_t httpd_client_t::i_activity_timeout |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), and httpd_HostThread().
| int httpd_client_t::i_buffer |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpd_HostThread().
| int httpd_client_t::i_buffer_size |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpd_HostThread().
| int httpd_client_t::i_ref |
Referenced by httpd_ClientNew(), and httpd_HostThread().
| uint8_t httpd_client_t::i_state |
Referenced by httpd_ClientInit(), httpd_ClientNew(), httpd_ClientRecv(), httpd_ClientSend(), httpd_ClientTlsHandshake(), and httpd_HostThread().
| uint8_t* httpd_client_t::p_buffer |
Referenced by httpd_ClientClean(), httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpd_HostThread().
| vlc_tls_t* httpd_client_t::p_tls |
Referenced by httpd_ClientClean(), httpd_ClientNew(), httpd_ClientTlsHandshake(), httpd_NetRecv(), and httpd_NetSend().
| httpd_message_t httpd_client_t::query |
Referenced by httpd_ClientClean(), httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), httpd_FileCallBack(), and httpd_HostThread().
| httpd_url_t* httpd_client_t::url |
Referenced by httpd_ClientNew(), httpd_ClientSend(), httpd_HostThread(), and httpd_UrlDelete().
1.8.1.2