Home
last modified time | relevance | path

Searched refs:LRS_ISSUE_HTTP_BODY (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h124 LRS_ISSUE_HTTP_BODY = 20, enumerator
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c297 lwsi_set_state(wsi, LRS_ISSUE_HTTP_BODY); in lws_http_client_socket_service()
335 case LRS_ISSUE_HTTP_BODY: in lws_http_client_socket_service()
/third_party/libwebsockets/lib/core-net/
Dservice.c194 lwsi_state(wsi) != LRS_ISSUE_HTTP_BODY) in lws_handle_POLLOUT_event()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c715 if (lwsi_state(wsi) == LRS_ISSUE_HTTP_BODY || in rops_handle_POLLOUT_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c367 if (lwsi_state(wsi) == LRS_ISSUE_HTTP_BODY) in rops_handle_POLLOUT_h2()