Lines Matching refs:vhd
68 trigger_resend(struct per_vhost_data__lws_status *vhd)
71 vhd->live_pss_list) {
74 pss->walk_next = vhd->live_pss_list;
80 lws_callback_on_writable_all_protocol(vhd->context, vhd->protocol);
91 struct per_vhost_data__lws_status *vhd =
102 vhd = lws_protocol_vh_priv_zalloc(lws_get_vhost(wsi),
105 if (!vhd) {
109 vhd->context = lws_get_context(wsi);
110 vhd->protocol = lws_get_protocol(wsi);
111 vhd->vhost = lws_get_vhost(wsi);
122 vhd->count_live_pss++;
123 pss->next = vhd->live_pss_list;
124 vhd->live_pss_list = pss;
136 trigger_resend(vhd);
150 lws_canonical_hostname(vhd->context),
151 vhd->count_live_pss);
153 pss->walk_next = vhd->live_pss_list;
166 pss2, vhd->live_pss_list) {
198 pss->walk_next = vhd->live_pss_list;
224 ppss, vhd->live_pss_list) {
231 trigger_resend(vhd);