Lines Matching refs:lws

28 lws_wsi_tag(struct lws *wsi)
36 void lwsi_set_role(struct lws *wsi, lws_wsi_state_t role)
43 void lwsi_set_state(struct lws *wsi, lws_wsi_state_t lrs)
58 struct lws *wsi = (struct lws *)obj;
65 lws_vhost_bind_wsi(struct lws_vhost *vh, struct lws *wsi)
93 __lws_vhost_unbind_wsi(struct lws *wsi)
130 struct lws *
131 lws_get_network_wsi(struct lws *wsi)
170 struct lws *wsi;
189 lws_evlib_wsi_to_evlib_pt(struct lws *wsi)
212 struct lws *wsi;
238 lws_callback_vhost_protocols(struct lws *wsi, int reason, void *in, size_t len)
257 struct lws *wsi = lws_container_of(s, struct lws, sul_fault_timedclose);
266 lws_wsi_fault_timedclose(struct lws *wsi)
288 struct lws *
293 size_t s = sizeof(struct lws);
294 struct lws *wsi;
344 lws_wsi_inject_to_loop(struct lws_context_per_thread *pt, struct lws *wsi)
371 lws_wsi_extract_from_loop(struct lws *wsi)
393 struct lws *wsi = lws_zalloc(sizeof(*wsi), "fake wsi");
416 lws_rx_flow_control(struct lws *wsi, int _enable)
475 struct lws *wsi;
491 struct lws *wsi,
507 __lws_rx_flow_control(struct lws *wsi)
509 struct lws *wsic = wsi->child_list;
560 lws_get_protocol(struct lws *wsi)
567 lws_ensure_user_space(struct lws *wsi)
589 lws_adjust_protocol_psds(struct lws *wsi, size_t new_size)
601 lws_get_tsi(struct lws *wsi)
607 lws_is_ssl(struct lws *wsi)
619 lws_get_ssl(struct lws *wsi)
626 lws_has_buffered_out(struct lws *wsi)
633 struct lws *nwsi = lws_get_network_wsi(wsi);
644 lws_partial_buffered(struct lws *wsi)
650 lws_get_peer_write_allowance(struct lws *wsi)
660 lws_role_transition(struct lws *wsi, enum lwsi_role role, enum lwsi_state state,
734 lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len)
771 lws_get_urlarg_by_name(struct lws *wsi, const char *name, char *buf, int len)
789 struct lws *wsi,
805 lws_set_extension_option(struct lws *wsi, const char *ext_name,
813 lws_is_cgi(struct lws *wsi) {
858 ((struct lws *)plwsa)->tsi = (char)(int)(pt - &pt->context->pt[0]);
869 p->callback((struct lws *)plwsa, (enum lws_callback_reasons)reason, NULL, in, len))
881 lws_wsi_user(struct lws *wsi)
887 lws_wsi_tsi(struct lws *wsi)
894 lws_set_wsi_user(struct lws *wsi, void *data)
903 struct lws *
904 lws_get_parent(const struct lws *wsi)
909 struct lws *
910 lws_get_child(const struct lws *wsi)
916 lws_get_opaque_parent_data(const struct lws *wsi)
922 lws_set_opaque_parent_data(struct lws *wsi, void *data)
928 lws_get_opaque_user_data(const struct lws *wsi)
934 lws_set_opaque_user_data(struct lws *wsi, void *data)
940 lws_get_child_pending_on_writable(const struct lws *wsi)
946 lws_clear_child_pending_on_writable(struct lws *wsi)
978 lws_get_socket_fd(struct lws *wsi)
987 lws_vhost_get(struct lws *wsi)
993 lws_get_vhost(struct lws *wsi)
999 lws_protocol_get(struct lws *wsi)
1006 lws_get_udp(const struct lws *wsi)
1013 lws_get_context(const struct lws *wsi)
1019 lwsl_wsi_get_cx(struct lws *wsi)
1029 _lws_generic_transaction_completed_active_conn(struct lws **_wsi, char take_vh_lock)
1031 struct lws *wnew, *wsi = *_wsi;
1080 wnew = lws_container_of(wsi->dll2_cli_txn_queue_owner.head, struct lws,
1158 struct lws *ww = lws_container_of(d, struct lws,
1191 lws_raw_transaction_completed(struct lws *wsi)
1214 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p,
1271 lws_http_close_immortal(struct lws *wsi)
1273 struct lws *nwsi;
1297 lws_mux_mark_immortal(struct lws *wsi)
1299 struct lws *nwsi;
1331 lws_http_mark_sse(struct lws *wsi)
1348 lws_wsi_client_stash_item(struct lws *wsi, int stash_idx, int hdr_idx)
1366 lws_wsi_mux_insert(struct lws *wsi, struct lws *parent_wsi, unsigned int sid)
1387 struct lws *
1388 lws_wsi_mux_from_id(struct lws *parent_wsi, unsigned int sid)
1390 lws_start_foreach_ll(struct lws *, wsi, parent_wsi->mux.child_list) {
1399 lws_wsi_mux_dump_children(struct lws *wsi)
1405 lws_start_foreach_llp(struct lws **, w,
1416 lws_wsi_mux_close_children(struct lws *wsi, int reason)
1418 struct lws *wsi2;
1419 struct lws **w;
1439 lws_wsi_mux_sibling_disconnect(struct lws *wsi)
1441 struct lws *wsi2;
1443 lws_start_foreach_llp(struct lws **, w,
1462 lws_wsi_mux_dump_waiting_children(struct lws *wsi)
1482 lws_wsi_mux_mark_parents_needing_writeable(struct lws *wsi)
1484 struct lws /* *network_wsi = lws_get_network_wsi(wsi), */ *wsi2;
1500 struct lws *
1501 lws_wsi_mux_move_child_to_tail(struct lws **wsi2)
1503 struct lws *w = *wsi2;
1538 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi)
1540 struct lws *w = wsi->mux.child_list;
1596 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add)
1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump)
1628 lws_wsi_mux_apply_queue(struct lws *wsi)
1637 struct lws *w = lws_container_of(d, struct lws,