VLC  3.0.21
Data Fields
httpd_message_t Struct Reference
Collaboration diagram for httpd_message_t:
Collaboration graph
[legend]

Data Fields

httpd_client_tcl
 
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_headerp_headers
 
int64_t i_body_offset
 
int i_body
 
uint8_t * p_body
 

Field Documentation

◆ cl

httpd_client_t* httpd_message_t::cl

◆ i_body

int httpd_message_t::i_body

Referenced by httpd_FileCallBack().

◆ i_body_offset

int64_t httpd_message_t::i_body_offset

◆ i_headers

size_t httpd_message_t::i_headers

◆ i_proto

uint8_t httpd_message_t::i_proto

Referenced by httpd_FileCallBack().

◆ i_status

int httpd_message_t::i_status

Referenced by httpd_FileCallBack().

◆ i_type

uint8_t httpd_message_t::i_type

Referenced by httpd_FileCallBack().

◆ i_version

uint8_t httpd_message_t::i_version

Referenced by httpd_FileCallBack().

◆ p_body

uint8_t* httpd_message_t::p_body

Referenced by httpd_FileCallBack().

◆ p_headers

httpd_header* httpd_message_t::p_headers

◆ psz_args

uint8_t* httpd_message_t::psz_args

Referenced by httpd_FileCallBack().

◆ psz_url

char* httpd_message_t::psz_url

The documentation for this struct was generated from the following file: