Searched refs:old_flush (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c411 int old_flush; /* value of flush param for previous deflate call */ local
427 old_flush = s->last_flush;
470 } else if (strm->avail_in == 0 && flush <= old_flush &&
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.c440 int old_flush; /* value of flush param for previous deflate call */ local
457 old_flush = s->last_flush;
500 } else if (strm->avail_in == 0 && flush <= old_flush &&
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c976 int old_flush; /* value of flush param for previous deflate call */ local
992 old_flush = s->last_flush;
1035 } else if (strm->avail_in == 0 && flush <= old_flush &&
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c976 int old_flush; /* value of flush param for previous deflate call */ local
992 old_flush = s->last_flush;
1035 } else if (strm->avail_in == 0 && flush <= old_flush &&
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c976 int old_flush; /* value of flush param for previous deflate call */ local
992 old_flush = s->last_flush;
1035 } else if (strm->avail_in == 0 && flush <= old_flush &&

Completed in 196 milliseconds