Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-callbacks.h241 LWS_CALLBACK_HTTP_BODY = 13, enumerator
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c67 case LWS_CALLBACK_HTTP_BODY: in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c66 case LWS_CALLBACK_HTTP_BODY: in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c127 case LWS_CALLBACK_HTTP_BODY: in callback_http()
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c185 case LWS_CALLBACK_HTTP_BODY: in callback_post_demo()
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c566 case LWS_CALLBACK_HTTP_BODY: in callback_deaddrop()
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c315 case LWS_CALLBACK_HTTP_BODY: in lws_callback_http_dummy()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c168 LWS_CALLBACK_HTTP_BODY, wsi->user_space, in lws_read_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c882 if (wsi->a.protocol->callback(wsi, LWS_CALLBACK_HTTP_BODY, in lws_h2_bind_for_post_before_action()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c844 case LWS_CALLBACK_HTTP_BODY: in secstream_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2004 if (wsi->a.protocol->callback(wsi, LWS_CALLBACK_HTTP_BODY, in lws_http_action()