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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c558 int old_flush; /* value of flush param for previous deflate call */ local
575 old_flush = s->last_flush;
776 } else if (strm->avail_in == 0 && flush <= old_flush &&
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c562 int old_flush; /* value of flush param for previous deflate call */ local
579 old_flush = s->last_flush;
780 } else if (strm->avail_in == 0 && flush <= old_flush &&
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
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 &&
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c1048 int old_flush; /* value of flush param for previous deflate call */ local
1064 old_flush = s->last_flush;
1107 } else if (strm->avail_in == 0 && flush <= old_flush &&

Completed in 181 milliseconds