Home
last modified time | relevance | path

Searched refs:role_ops_h1 (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/h1/
H A Dprivate-lib-roles-h1.h29 extern const struct lws_role_ops role_ops_h1;
30 #define lwsi_role_h1(wsi) (wsi->role_ops == &role_ops_h1)
H A Dops-h1.c944 LRS_SSL_INIT : LRS_HEADERS, &role_ops_h1); in rops_adoption_bind_h1()
1060 lws_role_transition(wsi, LWSIFR_CLIENT, LRS_UNCONNECTED, &role_ops_h1); in rops_client_bind_h1()
1126 const struct lws_role_ops role_ops_h1 = { variable
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c35 &role_ops_h1,
1817 !(newconn_cannot_use_h1 && w->role_ops == &role_ops_h1) &&
H A Dnetwork.c481 wsi->role_ops == &role_ops_h1 in lws_retry_sul_schedule_retry_wsi()
H A Dclose.c922 &role_ops_h1); in __lws_close_free_wsi_final()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c627 LRS_ESTABLISHED, &role_ops_h1); in lws_client_interpret_server_handshake()
882 &role_ops_h1); in lws_client_interpret_server_handshake()

Completed in 7 milliseconds