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()
372 lwsi_state(wsi) == LRS_BODY)) { in lws_h1_server_socket_service()
441 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY) in lws_h1_server_socket_service()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c294 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY && in rops_handle_POLLIN_h2()
423 base != LWS_WRITE_HTTP_HEADERS && lwsi_state(wsi) != LRS_BODY && in rops_write_role_protocol_h2()
866 lwsi_set_state(wsi, LRS_BODY); in lws_h2_bind_for_post_before_action()
1079 if (lwsi_state(w) == LRS_BODY && in rops_perform_user_POLLOUT_h2()
Dhttp2.c2185 lwsi_set_state(h2n->swsi, LRS_BODY); in lws_h2_parser()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h127 LRS_BODY = 23, enumerator
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1177 if (lwsi_role_h2(wsi) && lwsi_state(wsi) != LRS_BODY && in rops_handle_POLLIN_ws()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2018 lwsi_set_state(wsi, LRS_BODY); in lws_http_action()