• Home
  • Raw
  • Download

Lines Matching refs:lws

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()
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()
130 struct lws *
131 lws_get_network_wsi(struct lws *wsi) in lws_get_network_wsi()
170 struct lws *wsi; in lws_callback_all_protocol()
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()
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()
266 lws_wsi_fault_timedclose(struct lws *wsi) in lws_wsi_fault_timedclose()
288 struct lws *
293 size_t s = sizeof(struct lws); in __lws_wsi_create_with_role()
294 struct lws *wsi; in __lws_wsi_create_with_role()
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()
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()
491 struct lws *wsi, in user_callback_handle_rxflow()
507 __lws_rx_flow_control(struct lws *wsi) in __lws_rx_flow_control()
509 struct lws *wsic = wsi->child_list; 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()
633 struct lws *nwsi = lws_get_network_wsi(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()
858 ((struct lws *)plwsa)->tsi = (char)(int)(pt - &pt->context->pt[0]); in lws_broadcast()
869 p->callback((struct lws *)plwsa, (enum lws_callback_reasons)reason, NULL, in, len)) in lws_broadcast()
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()
903 struct lws *
904 lws_get_parent(const struct lws *wsi) in lws_get_parent()
909 struct lws *
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()
1029 _lws_generic_transaction_completed_active_conn(struct lws **_wsi, char take_vh_lock) in _lws_generic_transaction_completed_active_conn()
1031 struct lws *wnew, *wsi = *_wsi; in _lws_generic_transaction_completed_active_conn()
1080 wnew = lws_container_of(wsi->dll2_cli_txn_queue_owner.head, struct lws, in _lws_generic_transaction_completed_active_conn()
1158 struct lws *ww = lws_container_of(d, struct lws, in _lws_generic_transaction_completed_active_conn()
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()
1273 struct lws *nwsi; in lws_http_close_immortal()
1297 lws_mux_mark_immortal(struct lws *wsi) in lws_mux_mark_immortal()
1299 struct lws *nwsi; 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()
1387 struct lws *
1388 lws_wsi_mux_from_id(struct lws *parent_wsi, unsigned int sid) in lws_wsi_mux_from_id()
1390 lws_start_foreach_ll(struct lws *, wsi, parent_wsi->mux.child_list) { in lws_wsi_mux_from_id()
1399 lws_wsi_mux_dump_children(struct lws *wsi) in lws_wsi_mux_dump_children()
1405 lws_start_foreach_llp(struct lws **, w, in lws_wsi_mux_dump_children()
1416 lws_wsi_mux_close_children(struct lws *wsi, int reason) in lws_wsi_mux_close_children()
1418 struct lws *wsi2; in lws_wsi_mux_close_children()
1419 struct lws **w; in lws_wsi_mux_close_children()
1439 lws_wsi_mux_sibling_disconnect(struct lws *wsi) in lws_wsi_mux_sibling_disconnect()
1441 struct lws *wsi2; in lws_wsi_mux_sibling_disconnect()
1443 lws_start_foreach_llp(struct lws **, w, 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()
1484 struct lws /* *network_wsi = lws_get_network_wsi(wsi), */ *wsi2; in lws_wsi_mux_mark_parents_needing_writeable()
1500 struct lws *
1501 lws_wsi_mux_move_child_to_tail(struct lws **wsi2) in lws_wsi_mux_move_child_to_tail()
1503 struct lws *w = *wsi2; in lws_wsi_mux_move_child_to_tail()
1538 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi) in lws_wsi_mux_action_pending_writeable_reqs()
1540 struct lws *w = wsi->mux.child_list; 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()
1637 struct lws *w = lws_container_of(d, struct lws, in lws_wsi_mux_apply_queue()