Searched defs:Z_STREAM_END (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dzlib.h171 #define Z_STREAM_END 1 macro
297 pending output is flushed and deflate returns with Z_STREAM_END if there
300 more input data, until it returns with Z_STREAM_END or an error. After
301 deflate has returned Z_STREAM_END, the only possible operations on the
307 Z_STREAM_END, then it must be called again as described above.
318 processed or more output produced), Z_STREAM_END if all input has been
413 inflate() should normally be called until it returns Z_STREAM_END or an
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
447 or more output produced), Z_STREAM_END i
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dzlib.h174 #define Z_STREAM_END 1 macro
321 pending output is flushed and deflate returns with Z_STREAM_END if there was
324 more input data, until it returns with Z_STREAM_END or an error. After
325 deflate has returned Z_STREAM_END, the only possible operations on the stream
331 return Z_STREAM_END. If not enough output space is provided, deflate will
332 not return Z_STREAM_END, and it must be called again as described above.
343 processed or more output produced), Z_STREAM_END if all input has been
451 inflate() should normally be called until it returns Z_STREAM_END or an
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
480 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dzlib.h178 #define Z_STREAM_END 1 macro
327 pending output is flushed and deflate returns with Z_STREAM_END if there was
330 avail_out) but no more input data, until it returns with Z_STREAM_END or an
331 error. After deflate has returned Z_STREAM_END, the only possible operations
337 below). Then deflate is guaranteed to return Z_STREAM_END. If not enough
338 output space is provided, deflate will not return Z_STREAM_END, and it must
352 processed or more output produced), Z_STREAM_END if all input has been
462 inflate() should normally be called until it returns Z_STREAM_END or an
489 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
491 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]

Completed in 60 milliseconds