Changeset 391 for python/trunk/Modules/zlib/zlib.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/zlib/zlib.h
r2 r391 765 765 if no more input was provided, Z_DATA_ERROR if no flush point has been found, 766 766 or Z_STREAM_ERROR if the stream structure was inconsistent. In the success 767 case, the application may save the current currentvalue of total_in which767 case, the application may save the current value of total_in which 768 768 indicates where valid compressed data was found. In the error case, the 769 769 application may repeatedly call inflateSync, providing more input each time,
Note:
See TracChangeset
for help on using the changeset viewer.