Lines Matching defs:olen
235 int proto, olen, wspace, r, flush;
290 olen = 0;
310 olen += wspace;
315 if (maxolen - olen > MLEN)
328 olen += (m->m_len = wspace - state->strm.avail_out);
333 if (m != NULL && olen < orig_len) {
334 state->stats.comp_bytes += olen;
341 olen = orig_len;
346 return olen;
467 int rlen, olen, ospace;
532 olen = 0;
566 --olen;
571 olen += ospace;
588 olen += (mo->m_len = ospace - state->strm.avail_out);
590 if (olen > state->mru + PPP_HDRLEN)
592 state->unit, olen, state->mru + PPP_HDRLEN);
595 state->stats.unc_bytes += olen;