Home
last modified time | relevance | path

Searched defs:lws_process_html_args (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h132 struct lws_process_html_args { struct
133 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