Searched refs:Z_BLOCK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dzlib.h145 #define Z_BLOCK 6 /* Only for inflate at present */ macro
367 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
368 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
375 The Z_BLOCK option assists in appending to or combining deflate streams.
402 because Z_BLOCK is used.
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c393 if (flush == Z_BLOCK) goto inf_leave; zlib_inflate()

Completed in 42 milliseconds