Lines Matching refs:lws
72 void lwsi_set_role(struct lws *wsi, lws_wsi_state_t role);
167 void lwsi_set_state(struct lws *wsi, lws_wsi_state_t lrs);
194 typedef int (*lws_rops_check_upgrades_t)(struct lws *wsi);
209 struct lws *wsi,
212 typedef int (*lws_rops_handle_POLLOUT_t)(struct lws *wsi);
214 typedef int (*lws_rops_perform_user_POLLOUT_t)(struct lws *wsi);
216 typedef int (*lws_rops_callback_on_writable_t)(struct lws *wsi);
218 typedef int (*lws_rops_tx_credit_t)(struct lws *wsi, char peer_to_us, int add);
220 typedef int (*lws_rops_write_role_protocol_t)(struct lws *wsi,
225 typedef struct lws * (*lws_rops_encapsulation_parent_t)(struct lws *wsi);
228 typedef int (*lws_rops_alpn_negotiated_t)(struct lws *wsi, const char *alpn);
231 typedef int (*lws_rops_close_via_role_protocol_t)(struct lws *wsi,
235 struct lws *wsi);
237 typedef int (*lws_rops_close_kill_connection_t)(struct lws *wsi,
240 typedef int (*lws_rops_destroy_role_t)(struct lws *wsi);
243 typedef int (*lws_rops_adoption_bind_t)(struct lws *wsi, int type,
250 typedef int (*lws_rops_client_bind_t)(struct lws *wsi,
254 typedef int (*lws_rops_issue_keepalive_t)(struct lws *wsi, int isvalid);
430 lws_role_call_adoption_bind(struct lws *wsi, int type, const char *prot);
432 struct lws *
433 lws_client_connect_4_established(struct lws *wsi, struct lws *wsi_piggyback,
436 struct lws *
437 lws_client_connect_3_connect(struct lws *wsi, const char *ads,