Home
last modified time | relevance | path

Searched refs:role_ops_ws (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h27 extern const struct lws_role_ops role_ops_ws;
29 #define lwsi_role_ws(wsi) (wsi->role_ops == &role_ops_ws)
Dserver-ws.c306 &role_ops_ws); in lws_process_ws_upgrade2()
384 LRS_ESTABLISHED, &role_ops_ws); in lws_process_ws_upgrade2()
Dclient-ws.c628 lws_role_transition(wsi, LWSIFR_CLIENT, LRS_ESTABLISHED, &role_ops_ws); in lws_client_ws_upgrade()
Dops-ws.c2087 const struct lws_role_ops role_ops_ws = { variable
/third_party/libwebsockets/lib/core-net/
Dservice.c596 forced |= lws_rops_func_fidx(&role_ops_ws, in lws_service_flag_pending()
Dclose.c619 wsi->role_ops == &role_ops_ws) || in __lws_close_free_wsi()
Dvhost.c38 &role_ops_ws,