Home
last modified time | relevance | path

Searched refs:Z_NO_FLUSH (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/lib/zlib_deflate/
Ddeflate.c321 s->last_flush = Z_NO_FLUSH;
483 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1003 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1053 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1147 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1237 Assert (flush != Z_NO_FLUSH, "no flush?");
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.h217 #define Z_NO_FLUSH 0 macro
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h215 #define Z_NO_FLUSH 0 macro
/linux-2.4.37.9/include/linux/
Dzlib.h123 #define Z_NO_FLUSH 0 macro