Lines Matching defs:pss
44 struct per_session_data__minimal *pss_list; /* linked-list of live pss*/
66 struct per_session_data__minimal *pss =
85 /* add ourselves to the list of live pss held in the vhd */
86 lws_ll_fwd_insert(pss, pss_list, vhd->pss_list);
87 pss->wsi = wsi;
88 pss->last = vhd->current;
92 /* remove our closing pss from the list of live pss */
94 pss, vhd->pss_list);
101 if (pss->last == vhd->current)
112 pss->last = vhd->current;