Lines Matching refs:eb_out
50 pmdrx.eb_out.token = NULL;
51 pmdrx.eb_out.len = 0;
59 pmdrx.eb_out.token = NULL;
60 pmdrx.eb_out.len = 0;
586 pmdrx.eb_out = pmdrx.eb_in;
614 n, pmdrx.eb_out.len);
638 pmdrx.eb_out.len);
641 if (rx_draining_ext && !pmdrx.eb_out.len) {
658 if (pmdrx.eb_out.len &&
661 pmdrx.eb_out.token,
662 (size_t)pmdrx.eb_out.len)) {
683 lwsl_hexdump_notice(pmdrx.eb_out.token,
684 (size_t)pmdrx.eb_out.len);
699 pmdrx.eb_in.len -= pmdrx.eb_out.len;
702 (pmdrx.eb_out.len >= 0 ||
705 if (pmdrx.eb_out.len)
706 pmdrx.eb_out.token[pmdrx.eb_out.len] = '\0';
719 pmdrx.eb_out.token,
720 (size_t)pmdrx.eb_out.len);
1668 pmdrx.eb_out = pmdrx.eb_in;
1682 (int)pmdrx.eb_in.len, (int)pmdrx.eb_out.len, *wp);
1688 (int)pmdrx.eb_out.len, *wp,
1716 if (pmdrx.eb_out.len && wsi->ws->stashed_write_pending) {
1727 if (buf != pmdrx.eb_out.token) {
1733 if (len && !pmdrx.eb_out.len) {
1747 buf = pmdrx.eb_out.token;
1748 len = (unsigned int)pmdrx.eb_out.len;