Home
last modified time | relevance | path

Searched refs:LWS_ROPS_write_role_protocol (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Doutput.c231 if (!lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol)) in lws_write()
234 m = lws_rops_func_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol). in lws_write()
Dservice.c114 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in lws_handle_POLLOUT_event()
115 lws_rops_func_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol). in lws_handle_POLLOUT_event()
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h292 LWS_ROPS_write_role_protocol, enumerator
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c606 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in rops_handle_POLLIN_h1()
607 lws_rops_func_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol). in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3068 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in lws_serve_http_file_fragment()
3069 lws_rops_func_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol). in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1859 LWS_ROPS_write_role_protocol). in rops_write_role_protocol_ws()