Lines Matching defs:pmdrx
35 struct lws_ext_pm_deflate_rx_ebufs pmdrx;
43 pmdrx.eb_in.token = NULL;
44 pmdrx.eb_in.len = 0;
45 pmdrx.eb_out.token = NULL;
46 pmdrx.eb_out.len = 0;
517 pmdrx.eb_in.token = &wsi->ws->rx_ubuf[LWS_PRE];
518 pmdrx.eb_in.len = (int)wsi->ws->rx_ubuf_head;
522 pmdrx.eb_out = pmdrx.eb_in;
532 // lwsl_wsi_notice("pmdrx.eb_in.len: %d",
533 // (int)pmdrx.eb_in.len);
539 pmdrx.eb_in.len, pmdrx.eb_in.token);
542 &pmdrx, 0);
553 pmdrx.eb_in.len, pmdrx.eb_out.len);
556 if (rx_draining_ext && !pmdrx.eb_out.len) {
575 pmdrx.eb_out.token,
576 (unsigned int)pmdrx.eb_out.len)) {
597 lwsl_hexdump_wsi_info(wsi, pmdrx.eb_out.token,
598 (unsigned int)pmdrx.eb_out.len);
604 if (pmdrx.eb_out.len < 0 &&
608 if (!pmdrx.eb_out.token)
611 pmdrx.eb_out.token[pmdrx.eb_out.len] = '\0';
644 pmdrx.eb_in.len -= pmdrx.eb_out.len;
648 wsi->user_space, pmdrx.eb_out.token,
649 (unsigned int)pmdrx.eb_out.len);
655 (int)pmdrx.eb_out.len);
661 } while (pmdrx.eb_in.len