Home
last modified time | relevance | path

Searched refs:role_ops_h2 (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h25 extern const struct lws_role_ops role_ops_h2;
26 #define lwsi_role_h2(wsi) (wsi->role_ops == &role_ops_h2)
Dops-h2.c1164 &role_ops_h2); in rops_alpn_negotiated_h2()
1225 const struct lws_role_ops role_ops_h2 = { variable
Dhttp2.c334 &role_ops_h2); in lws_wsi_h2_adopt()
368 &role_ops_h2); in lws_h2_issue_preface()
1397 &role_ops_h2); in lws_h2_parse_end_of_frame()
1401 &role_ops_h2); in lws_h2_parse_end_of_frame()
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1910 return role_ops_h2.close_kill_connection(wsi, reason); in rops_close_kill_connection_ws()
1924 struct lws *enc = role_ops_h2.encapsulation_parent(wsi); in rops_callback_on_writable_ws()
2021 struct lws *enc = role_ops_h2.encapsulation_parent(wsi); in rops_issue_keepalive_ws()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c597 LRS_ESTABLISHED, &role_ops_h2); in lws_client_interpret_server_handshake()
827 &role_ops_h2); in lws_client_interpret_server_handshake()
/external/libwebsockets/lib/roles/
DREADME.md122 &role_ops_h2,
/external/libwebsockets/lib/core-net/
Dvhost.c29 &role_ops_h2,
/external/libwebsockets/lib/roles/http/server/
Dserver.c2215 &role_ops_h2); in lws_handshake_server()