Lines Matching refs:ppss
68 ppss, vhd->pss_list, pss_list) {
70 if ((*ppss)->tail == oldest_tail) {
71 old_pss = *ppss;
73 lwsl_user("Killing lagging client %p\n", (*ppss)->wsi);
75 lws_set_timeout((*ppss)->wsi, PENDING_TIMEOUT_LAGGING,
89 (*ppss)->culled = 1;
98 * Notice this changes *ppss!
102 pss_list, (*ppss), vhd->pss_list);
104 /* use the changed *ppss so we won't skip anything */
115 &((*ppss)->tail));
120 } lws_end_foreach_llp_safe(ppss);
262 ppss, vhd->pss_list) {
263 lws_callback_on_writable((*ppss)->wsi);
264 } lws_end_foreach_llp(ppss, pss_list);