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

/ast/src/lib/libz/
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
H A Dinflate.c774 if (flush == Z_BLOCK) goto inf_leave;
/ast/src/cmd/INIT/
H A Dratz.c535 #define Z_BLOCK 5 macro
2993 if (flush == Z_BLOCK) goto inf_leave;

Completed in 30 milliseconds