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

/barrelfish-master/include/
H A Dzlib.h167 #define Z_BLOCK 5 macro
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
824 no gzip header information forthcoming. Note that Z_BLOCK can be used to
/barrelfish-master/lib/zlib/
H A Dinflate.c774 if (flush == Z_BLOCK) goto inf_leave;

Completed in 49 milliseconds