From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- erts/doc/src/zlib.xml | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'erts/doc/src/zlib.xml') diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml index c8f164933c..38229456c9 100644 --- a/erts/doc/src/zlib.xml +++ b/erts/doc/src/zlib.xml @@ -29,7 +29,7 @@ zlib.xml - zlib + zlib zlib compression interface.

This module provides an API for the zlib library @@ -120,7 +120,7 @@ list_to_binary([Compressed|Last]) - + Calculate the Adler checksum.

Calculates the Adler-32 checksum for Data.

@@ -133,7 +133,7 @@ list_to_binary([Compressed|Last]) - + Calculate the Adler checksum.

Updates a running Adler-32 checksum for Data. @@ -153,7 +153,7 @@ Crc = lists:foldl(fun(Data,Crc0) -> - + Combine two Adler-32 checksums.

Combines two Adler-32 checksums into one. For two binaries or @@ -172,7 +172,7 @@ Crc = lists:foldl(fun(Data,Crc0) -> - + Close a stream.

Closes the stream referenced by Z.

@@ -180,7 +180,7 @@ Crc = lists:foldl(fun(Data,Crc0) ->
- + Compress data with standard zlib functionality.

Compresses data with zlib headers and checksum.

@@ -188,7 +188,7 @@ Crc = lists:foldl(fun(Data,Crc0) ->
- + Get current CRC.

Gets the current calculated CRC checksum.

@@ -202,7 +202,7 @@ Crc = lists:foldl(fun(Data,Crc0) ->
- + Calculate CRC.

Calculates the CRC checksum for Data.

@@ -215,7 +215,7 @@ Crc = lists:foldl(fun(Data,Crc0) ->
- + Calculate CRC.

Updates a running CRC checksum for Data. @@ -235,7 +235,7 @@ Crc = lists:foldl(fun(Data,Crc0) -> - + Combine two CRCs.

Combines two CRC checksums into one. For two binaries or iolists, @@ -254,7 +254,7 @@ Crc = lists:foldl(fun(Data,Crc0) -> - + Compress data.

Same as deflate(Z, Data, none).

@@ -262,7 +262,7 @@ Crc = lists:foldl(fun(Data,Crc0) ->
- + Compress data.

Compresses as much data as possible, and @@ -300,7 +300,7 @@ list_to_binary([B1,B2]) - + End deflate session.

Ends the deflate session and cleans all data used. Notice that this @@ -311,7 +311,7 @@ list_to_binary([B1,B2]) - + Initialize a session for compression.

Same as zlib:deflateInit(Z, default).

@@ -319,7 +319,7 @@ list_to_binary([B1,B2])
- + Initialize a session for compression.

Initializes a zlib stream for compression.

@@ -334,7 +334,7 @@ list_to_binary([B1,B2])
- + Initialize a session for compression.

Initiates a zlib stream for compression.

@@ -410,7 +410,7 @@ list_to_binary([B1,B2])
- + Dynamicly update deflate parameters.

Dynamically updates the compression level and compression @@ -432,7 +432,7 @@ list_to_binary([B1,B2]) - + Reset the deflate session.

Equivalent to @@ -446,7 +446,7 @@ list_to_binary([B1,B2]) - + Initialize the compression dictionary.

Initializes the compression dictionary from the specified byte @@ -464,7 +464,7 @@ list_to_binary([B1,B2]) - + Get buffer size.

Gets the size of the intermediate buffer.

@@ -476,7 +476,7 @@ list_to_binary([B1,B2])
- + Uncompress data with gz header.

Uncompresses data with gz headers and checksum.

@@ -484,7 +484,7 @@ list_to_binary([B1,B2])
- + Compress data with gz header.

Compresses data with gz headers and checksum.

@@ -492,7 +492,7 @@ list_to_binary([B1,B2])
- + Decompress data.

Equivalent to @@ -584,7 +584,7 @@ loop(Z, Handler, Uncompressed) -> - + End inflate session.

Ends the inflate session and cleans all data used. Notice @@ -607,7 +607,7 @@ loop(Z, Handler, Uncompressed) -> - + Initialize a session for decompression.

Initializes a zlib stream for decompression.

@@ -615,7 +615,7 @@ loop(Z, Handler, Uncompressed) ->
- + Initialize a session for decompression.

Initializes a decompression session on zlib stream.

@@ -634,7 +634,7 @@ loop(Z, Handler, Uncompressed) ->
- + >Reset the inflate session.

Equivalent to @@ -648,7 +648,7 @@ loop(Z, Handler, Uncompressed) -> - + Initialize the decompression dictionary.

Initializes the decompression dictionary from the specified @@ -688,7 +688,7 @@ new_unpack(Z, Compressed, Dict) -> - + Open a stream and return a stream reference.

Opens a zlib stream.

@@ -733,7 +733,7 @@ loop(Z, Handler, {finished, Output}) ->
- + Set buffer size.

Sets the intermediate buffer size.

@@ -754,7 +754,7 @@ loop(Z, Handler, {finished, Output}) ->
- + Uncompress data with standard zlib functionality.

Uncompresses data with zlib headers and checksum.

@@ -762,7 +762,7 @@ loop(Z, Handler, {finished, Output}) ->
- + Uncompress data without the zlib headers.

Uncompresses data without zlib headers and checksum.

@@ -770,7 +770,7 @@ loop(Z, Handler, {finished, Output}) ->
- + Compress data without the zlib headers.

Compresses data without zlib headers and checksum.

-- cgit v1.2.3