|
VLC
4.0.0-dev
|

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 |
| size_t | i_headers |
| httpd_header * | p_headers |
| 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_MsgInit(), httpd_StreamCallBack(), and httpdLoop().
| size_t httpd_message_t::i_headers |
Referenced by 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 |
| uint8_t httpd_message_t::i_version |
| uint8_t* httpd_message_t::p_body |
| httpd_header* httpd_message_t::p_headers |
Referenced by httpd_ClientSend(), httpd_MsgAdd(), httpd_MsgClean(), httpd_MsgGet(), httpd_MsgInit(), and httpd_StreamCallBack().
| 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_MsgClean(), httpd_MsgInit(), and httpdLoop().
1.8.13