|
VLC
4.0.0-dev
|

Data Fields | |
| httpd_url_t * | url |
| vlc_tls_t * | sock |
| struct vlc_list | node |
| bool | b_stream_mode |
| uint8_t | i_state |
| vlc_tick_t | i_activity_date |
| vlc_tick_t | i_activity_timeout |
| int | i_buffer_size |
| int | i_buffer |
| uint8_t * | p_buffer |
| int64_t | i_keyframe_wait_to_pass |
| httpd_message_t | query |
| httpd_message_t | answer |
| httpd_message_t httpd_client_t::answer |
Referenced by httpd_ClientDestroy(), httpd_ClientInit(), httpd_ClientSend(), and httpdLoop().
| bool httpd_client_t::b_stream_mode |
Referenced by httpd_ClientInit(), httpd_StreamCallBack(), and httpdLoop().
| vlc_tick_t httpd_client_t::i_activity_date |
Referenced by httpd_ClientInit(), and httpdLoop().
| vlc_tick_t httpd_client_t::i_activity_timeout |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), and httpdLoop().
| int httpd_client_t::i_buffer |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpdLoop().
| int httpd_client_t::i_buffer_size |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpdLoop().
| int64_t httpd_client_t::i_keyframe_wait_to_pass |
Referenced by httpd_ClientInit(), and httpd_StreamCallBack().
| uint8_t httpd_client_t::i_state |
Referenced by httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), httpd_ClientTlsHandshake(), and httpdLoop().
| struct vlc_list httpd_client_t::node |
Referenced by httpd_ClientDestroy(), and httpdLoop().
| uint8_t* httpd_client_t::p_buffer |
Referenced by httpd_ClientDestroy(), httpd_ClientInit(), httpd_ClientRecv(), httpd_ClientSend(), and httpdLoop().
| httpd_message_t httpd_client_t::query |
| vlc_tls_t* httpd_client_t::sock |
| httpd_url_t* httpd_client_t::url |
Referenced by httpd_ClientNew(), httpd_ClientSend(), httpd_UrlDelete(), and httpdLoop().
1.8.13