libwebsockets
Lightweight C library for HTML5 websockets
lws_process_html_args Struct Reference

Data Fields

char * p
 
int len
 
int max_len
 
int final
 

Field Documentation

int lws_process_html_args::final

set if this is the last chunk of the file

int lws_process_html_args::len

length of the original data at p

int lws_process_html_args::max_len

maximum length we can grow the data to

char* lws_process_html_args::p

pointer to the buffer containing the data


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