Home
last modified time | relevance | path

Searched refs:LRS_PRE_WS_SERVING_ACCEPT (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h105 LRS_PRE_WS_SERVING_ACCEPT = LWSIFS_NOT_EST | 10, enumerator
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c135 if (lwsi_state(wsi) == LRS_PRE_WS_SERVING_ACCEPT) { in rops_handle_POLLIN_h2()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c965 if (lwsi_state(wsi) == LRS_PRE_WS_SERVING_ACCEPT) { in rops_handle_POLLIN_ws()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2351 lwsi_set_state(wsi, LRS_PRE_WS_SERVING_ACCEPT); in lws_handshake_server()