Home
last modified time | relevance | path

Searched refs:LRS_BODY (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/roles/h1/
Dops-h1.c112 case LRS_BODY: in lws_read_h1()
126 case LRS_BODY: in lws_read_h1()
344 lwsi_state(wsi) == LRS_BODY)) { in lws_h1_server_socket_service()
413 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY) in lws_h1_server_socket_service()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h127 LRS_BODY = 23, enumerator
/external/libwebsockets/lib/roles/h2/
Dops-h2.c266 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY && in rops_handle_POLLIN_h2()
395 base != LWS_WRITE_HTTP_HEADERS && lwsi_state(wsi) != LRS_BODY && in rops_write_role_protocol_h2()
798 lwsi_set_state(wsi, LRS_BODY); in lws_h2_bind_for_post_before_action()
Dhttp2.c2006 lwsi_set_state(h2n->swsi, LRS_BODY); in lws_h2_parser()
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1178 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY && in rops_handle_POLLIN_ws()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1767 lwsi_set_state(wsi, LRS_BODY); in lws_http_action()