Changeset 745 for trunk/server/lib/zlib/contrib/ada
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/zlib/contrib/ada/zlib-streams.ads
r414 r745 32 32 -- Flush the written data to the back stream, 33 33 -- all data placed to the compressor is flushing to the Back stream. 34 -- Should not be used untill necessary, bec ouse it is decreasing34 -- Should not be used untill necessary, because it is decreasing 35 35 -- compression. 36 36 … … 98 98 -- Buffer for Read operation. 99 99 -- We need to have this buffer in the record 100 -- bec ouse not all read data from back stream100 -- because not all read data from back stream 101 101 -- could be processed during the read operation. 102 102 … … 104 104 -- Buffer size for write operation. 105 105 -- We do not need to have this buffer 106 -- in the record bec ouse all data could be106 -- in the record because all data could be 107 107 -- processed in the write operation. 108 108 -
trunk/server/lib/zlib/contrib/ada/zlib-thin.ads
r414 r745 437 437 pragma Import (C, inflateBackInit, "inflateBackInit_"); 438 438 439 -- I stopped binding the inflateBack routines, bec ouse realize that439 -- I stopped binding the inflateBack routines, because realize that 440 440 -- it does not support zlib and gzip headers for now, and have no 441 441 -- symmetric deflateBack routines.
Note:
See TracChangeset
for help on using the changeset viewer.