Home
last modified time | relevance | path

Searched refs:LWS_RECOMMENDED_MIN_HEADER_SPACE (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/
Dminimal-http-server-form-get.c29 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
Dminimal-http-server.c58 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
Dminimal-http-server-sse.c48 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_sse()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c44 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c45 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c104 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http()
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c43 char result[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE];
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c79 char result[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE];
384 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], in callback_deaddrop()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c158 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], in callback_sse()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h27 #define LWS_RECOMMENDED_MIN_HEADER_SPACE 2048 macro
/third_party/libwebsockets/
Dchangelog345 more content than previously... LWS_RECOMMENDED_MIN_HEADER_SPACE (2048