Lines Matching defs:olen
230 int proto, olen, wspace, r, flush;
285 olen = 0;
305 olen += wspace;
310 if (maxolen - olen > MLEN)
323 olen += (m->m_len = wspace - state->strm.avail_out);
328 if (m != NULL && olen < orig_len) {
329 state->stats.comp_bytes += olen;
336 olen = orig_len;
341 return olen;
462 int rlen, olen, ospace;
527 olen = 0;
561 --olen;
566 olen += ospace;
583 olen += (mo->m_len = ospace - state->strm.avail_out);
585 if (olen > state->mru + PPP_HDRLEN)
587 state->unit, olen, state->mru + PPP_HDRLEN);
590 state->stats.unc_bytes += olen;