Lines Matching refs:pmdrx
807 struct lws_ext_pm_deflate_rx_ebufs pmdrx;
844 pmdrx.eb_in.token = buffer;
845 pmdrx.eb_in.len = (int)avail;
846 pmdrx.eb_out.token = buffer;
847 pmdrx.eb_out.len = (int)avail;
883 n = lws_ext_cb_active(wsi, LWS_EXT_CB_PAYLOAD_RX, &pmdrx, 0);
885 pmdrx.eb_out.len);
912 if (!pmdrx.eb_out.len && /* zero-length inflation output */
934 if (wsi->ws->count_act_ext && !pmdrx.eb_out.len)
944 if (pmdrx.eb_out.len &&
947 pmdrx.eb_out.token,
948 (unsigned int)pmdrx.eb_out.len)) {
963 lwsl_hexdump_info(pmdrx.eb_out.token, (size_t)pmdrx.eb_out.len);
973 pmdrx.eb_out.token,
974 (unsigned int)pmdrx.eb_out.len))
981 __func__, avail, pmdrx.eb_out.len, (int)len,