Lines Matching defs:wsi
28 lws_wsi_tag(struct lws *wsi) in lws_wsi_tag()
36 void lwsi_set_role(struct lws *wsi, lws_wsi_state_t role) in lwsi_set_role()
43 void lwsi_set_state(struct lws *wsi, lws_wsi_state_t lrs) in lwsi_set_state()
58 struct lws *wsi = (struct lws *)obj; in lws_log_prepend_wsi() local
65 lws_vhost_bind_wsi(struct lws_vhost *vh, struct lws *wsi) in lws_vhost_bind_wsi()
93 __lws_vhost_unbind_wsi(struct lws *wsi) in __lws_vhost_unbind_wsi()
131 lws_get_network_wsi(struct lws *wsi) in lws_get_network_wsi()
170 struct lws *wsi; in lws_callback_all_protocol() local
189 lws_evlib_wsi_to_evlib_pt(struct lws *wsi) in lws_evlib_wsi_to_evlib_pt()
212 struct lws *wsi; in lws_callback_all_protocol_vhost_args() local
238 lws_callback_vhost_protocols(struct lws *wsi, int reason, void *in, size_t len) in lws_callback_vhost_protocols()
257 struct lws *wsi = lws_container_of(s, struct lws, sul_fault_timedclose); in lws_wsi_fault_timedclose_cb() local
266 lws_wsi_fault_timedclose(struct lws *wsi) in lws_wsi_fault_timedclose()
294 struct lws *wsi; in __lws_wsi_create_with_role() local
344 lws_wsi_inject_to_loop(struct lws_context_per_thread *pt, struct lws *wsi) in lws_wsi_inject_to_loop()
371 lws_wsi_extract_from_loop(struct lws *wsi) in lws_wsi_extract_from_loop()
393 struct lws *wsi = lws_zalloc(sizeof(*wsi), "fake wsi"); in lws_callback_vhost_protocols_vhost() local
416 lws_rx_flow_control(struct lws *wsi, int _enable) in lws_rx_flow_control()
475 struct lws *wsi; in lws_rx_flow_allow_all_protocol() local
491 struct lws *wsi, in user_callback_handle_rxflow()
507 __lws_rx_flow_control(struct lws *wsi) in __lws_rx_flow_control()
560 lws_get_protocol(struct lws *wsi) in lws_get_protocol()
567 lws_ensure_user_space(struct lws *wsi) in lws_ensure_user_space()
589 lws_adjust_protocol_psds(struct lws *wsi, size_t new_size) in lws_adjust_protocol_psds()
601 lws_get_tsi(struct lws *wsi) in lws_get_tsi()
607 lws_is_ssl(struct lws *wsi) in lws_is_ssl()
619 lws_get_ssl(struct lws *wsi) in lws_get_ssl()
626 lws_has_buffered_out(struct lws *wsi) in lws_has_buffered_out()
644 lws_partial_buffered(struct lws *wsi) in lws_partial_buffered()
650 lws_get_peer_write_allowance(struct lws *wsi) in lws_get_peer_write_allowance()
660 lws_role_transition(struct lws *wsi, enum lwsi_role role, enum lwsi_state state, in lws_role_transition()
734 lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len) in lws_get_urlarg_by_name_safe()
771 lws_get_urlarg_by_name(struct lws *wsi, const char *name, char *buf, int len) in lws_get_urlarg_by_name()
789 struct lws *wsi, in lws_extension_callback_pm_deflate()
805 lws_set_extension_option(struct lws *wsi, const char *ext_name, in lws_set_extension_option()
813 lws_is_cgi(struct lws *wsi) { in lws_is_cgi()
881 lws_wsi_user(struct lws *wsi) in lws_wsi_user()
887 lws_wsi_tsi(struct lws *wsi) in lws_wsi_tsi()
894 lws_set_wsi_user(struct lws *wsi, void *data) in lws_set_wsi_user()
904 lws_get_parent(const struct lws *wsi) in lws_get_parent()
910 lws_get_child(const struct lws *wsi) in lws_get_child()
916 lws_get_opaque_parent_data(const struct lws *wsi) in lws_get_opaque_parent_data()
922 lws_set_opaque_parent_data(struct lws *wsi, void *data) in lws_set_opaque_parent_data()
928 lws_get_opaque_user_data(const struct lws *wsi) in lws_get_opaque_user_data()
934 lws_set_opaque_user_data(struct lws *wsi, void *data) in lws_set_opaque_user_data()
940 lws_get_child_pending_on_writable(const struct lws *wsi) in lws_get_child_pending_on_writable()
946 lws_clear_child_pending_on_writable(struct lws *wsi) in lws_clear_child_pending_on_writable()
978 lws_get_socket_fd(struct lws *wsi) in lws_get_socket_fd()
987 lws_vhost_get(struct lws *wsi) in lws_vhost_get()
993 lws_get_vhost(struct lws *wsi) in lws_get_vhost()
999 lws_protocol_get(struct lws *wsi) in lws_protocol_get()
1006 lws_get_udp(const struct lws *wsi) in lws_get_udp()
1013 lws_get_context(const struct lws *wsi) in lws_get_context()
1019 lwsl_wsi_get_cx(struct lws *wsi) in lwsl_wsi_get_cx()
1031 struct lws *wnew, *wsi = *_wsi; in _lws_generic_transaction_completed_active_conn() local
1191 lws_raw_transaction_completed(struct lws *wsi) in lws_raw_transaction_completed()
1214 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p, in lws_bind_protocol()
1271 lws_http_close_immortal(struct lws *wsi) in lws_http_close_immortal()
1297 lws_mux_mark_immortal(struct lws *wsi) in lws_mux_mark_immortal()
1331 lws_http_mark_sse(struct lws *wsi) in lws_http_mark_sse()
1348 lws_wsi_client_stash_item(struct lws *wsi, int stash_idx, int hdr_idx) in lws_wsi_client_stash_item()
1366 lws_wsi_mux_insert(struct lws *wsi, struct lws *parent_wsi, unsigned int sid) in lws_wsi_mux_insert()
1399 lws_wsi_mux_dump_children(struct lws *wsi) in lws_wsi_mux_dump_children()
1416 lws_wsi_mux_close_children(struct lws *wsi, int reason) in lws_wsi_mux_close_children()
1439 lws_wsi_mux_sibling_disconnect(struct lws *wsi) in lws_wsi_mux_sibling_disconnect()
1462 lws_wsi_mux_dump_waiting_children(struct lws *wsi) in lws_wsi_mux_dump_waiting_children()
1482 lws_wsi_mux_mark_parents_needing_writeable(struct lws *wsi) in lws_wsi_mux_mark_parents_needing_writeable()
1538 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi) in lws_wsi_mux_action_pending_writeable_reqs()
1596 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add) in lws_wsi_tx_credit()
1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump) in lws_wsi_txc_report_manual_txcr_in()
1628 lws_wsi_mux_apply_queue(struct lws *wsi) in lws_wsi_mux_apply_queue()