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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c320 int old_flush; /* value of flush param for previous deflate call */ local
336 old_flush = s->last_flush;
379 } else if (strm->avail_in == 0 && flush <= old_flush &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c556 int old_flush; /* value of flush param for previous deflate call */ local
573 old_flush = s->last_flush;
774 } else if (strm->avail_in == 0 && flush <= old_flush &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c556 int old_flush; /* value of flush param for previous deflate call */ local
573 old_flush = s->last_flush;
774 } else if (strm->avail_in == 0 && flush <= old_flush &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/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 104 milliseconds