Searched defs:lws_process_html_args (Results 1 – 1 of 1) sorted by relevance
132 struct lws_process_html_args { struct133 char *p; /**< pointer to the buffer containing the data */134 int len; /**< length of the original data at p */135 int max_len; /**< maximum length we can grow the data to */136 int final; /**< set if this is the last chunk of the file */160 lws_chunked_html_process(struct lws_process_html_args *args, argument