Home
last modified time | relevance | path

Searched refs:lws_rops_fidx (Results 1 – 12 of 12) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c125 lws_rops_fidx(ar, LWS_ROPS_alpn_negotiated)) { in lws_role_call_alpn_negotiated()
162 if (role && lws_rops_fidx(role, LWS_ROPS_adoption_bind)) { in lws_role_call_adoption_bind()
188 if (lws_rops_fidx(ar, LWS_ROPS_adoption_bind) && in lws_role_call_adoption_bind()
196 if (lws_rops_fidx(&role_ops_raw_skt, LWS_ROPS_adoption_bind) && in lws_role_call_adoption_bind()
207 if (lws_rops_fidx(&role_ops_raw_file, LWS_ROPS_adoption_bind) && in lws_role_call_adoption_bind()
222 if (lws_rops_fidx(ar, LWS_ROPS_client_bind)) { in lws_role_call_client_bind()
235 if (lws_rops_fidx(&role_ops_raw_skt, LWS_ROPS_client_bind) && in lws_role_call_client_bind()
709 if (lws_rops_fidx(ar, LWS_ROPS_init_vhost) && in lws_create_vhost()
1524 if (lws_rops_fidx(ar, LWS_ROPS_destroy_vhost))
Dwsi-timeout.c224 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_issue_keepalive)) in lws_validity_cb()
285 lws_rops_fidx(wsi->role_ops, LWS_ROPS_issue_keepalive)) in lws_validity_confirmed()
Dservice.c114 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in lws_handle_POLLOUT_event()
145 if (!lws_rops_fidx(wsi->role_ops, LWS_ROPS_handle_POLLOUT)) in lws_handle_POLLOUT_event()
205 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_perform_user_POLLOUT)) { in lws_handle_POLLOUT_event()
Dclose.c166 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_destroy_role)) in __lws_reset_wsi()
550 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_close_via_role_protocol) && in __lws_close_free_wsi()
592 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_close_kill_connection)) in __lws_close_free_wsi()
729 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_close_role)) in __lws_close_free_wsi()
Doutput.c231 if (!lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol)) in lws_write()
Dwsi.c652 if (!lws_rops_fidx(wsi->role_ops, LWS_ROPS_tx_credit)) in lws_get_peer_write_allowance()
1598 if (wsi->role_ops && lws_rops_fidx(wsi->role_ops, LWS_ROPS_tx_credit)) in lws_wsi_tx_credit()
Dpollfd.c532 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_callback_on_writable)) { in lws_callback_on_writable()
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h350 #define lws_rops_fidx(_rops, fidx) \ macro
355 ((_rops)->rops_table[lws_rops_fidx(_rops, fidx) - 1])
/third_party/libwebsockets/lib/core/
Dcontext.c1133 if (lws_rops_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)) in lws_create_context()
1250 if (lws_rops_fidx(ar, LWS_ROPS_pt_init_destroy)) in lws_create_context()
1659 if (lws_rops_fidx(&role_ops_cgi, LWS_ROPS_pt_init_destroy)) in lws_pt_destroy()
2034 if (lws_rops_fidx(ar, LWS_ROPS_pt_init_destroy)) in lws_context_destroy()
2104 if (lws_rops_fidx(ar, LWS_ROPS_pt_init_destroy)) in lws_context_destroy()
/third_party/libwebsockets/lib/core-net/client/
Dconnect.c431 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_client_bind)) { in lws_client_connect_via_info()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c604 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1622 lws_rops_fidx(wsi->role_ops, LWS_ROPS_check_upgrades)) in lws_http_action()
3057 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_write_role_protocol) && in lws_serve_http_file_fragment()
3137 if (lws_rops_fidx(wsi->role_ops, LWS_ROPS_tx_credit)) { in lws_serve_http_file_fragment()