|
VLC
2.1.0-git
|

Data Fields | |
| httpd_client_t * | cl |
| uint8_t | i_type |
| uint8_t | i_proto |
| uint8_t | i_version |
| int | i_status |
| char * | psz_url |
| uint8_t * | psz_args |
| int | i_name |
| char ** | name |
| int | i_value |
| char ** | value |
| int64_t | i_body_offset |
| int | i_body |
| uint8_t * | p_body |
| httpd_client_t* httpd_message_t::cl |
Referenced by httpd_MsgInit().
| int httpd_message_t::i_body |
| int64_t httpd_message_t::i_body_offset |
Referenced by httpd_ClientSend(), httpd_HostThread(), httpd_MsgInit(), and httpd_StreamCallBack().
| int httpd_message_t::i_name |
Referenced by httpd_ClientRecv(), httpd_ClientSend(), httpd_MsgAdd(), httpd_MsgClean(), httpd_MsgGet(), httpd_MsgInit(), and httpd_StreamCallBack().
| uint8_t httpd_message_t::i_proto |
| int httpd_message_t::i_status |
| uint8_t httpd_message_t::i_type |
| int httpd_message_t::i_value |
Referenced by httpd_ClientRecv(), httpd_MsgAdd(), and httpd_MsgInit().
| uint8_t httpd_message_t::i_version |
| char** httpd_message_t::name |
Referenced by httpd_ClientRecv(), httpd_ClientSend(), httpd_MsgAdd(), httpd_MsgClean(), httpd_MsgGet(), httpd_MsgInit(), and httpd_StreamCallBack().
| uint8_t* httpd_message_t::p_body |
| uint8_t* httpd_message_t::psz_args |
Referenced by httpd_ClientRecv(), httpd_FileCallBack(), httpd_HandlerCallBack(), httpd_MsgClean(), and httpd_MsgInit().
| char* httpd_message_t::psz_url |
Referenced by httpd_ClientRecv(), httpd_HandlerCallBack(), httpd_HostThread(), httpd_MsgClean(), and httpd_MsgInit().
| char** httpd_message_t::value |
Referenced by httpd_ClientRecv(), httpd_ClientSend(), httpd_MsgAdd(), httpd_MsgClean(), httpd_MsgGet(), httpd_MsgInit(), and httpd_StreamCallBack().
1.8.1.2