Lines Matching defs:pps
377 ) && wsi->h2.h2n->pps) {
378 lwsl_info("servicing pps\n");
387 if (wsi->h2.h2n->pps)
720 /* remove pps */
721 struct lws_h2_protocol_send *w = wsi->h2.h2n->pps, *w1;
728 wsi->h2.h2n->pps = NULL;
767 if (wsi->upgraded_to_http2 && !wsi->h2.h2n->pps &&
771 * no non-DATA pps to send
1326 struct lws_h2_protocol_send *pps;
1342 pps = lws_h2_new_pps(LWS_H2_PPS_PING);
1343 if (!pps)
1354 memcpy(pps->u.ping.ping_payload, &us, 8);
1355 lws_pps_schedule(nwsi, pps);