reference/zlib/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -4,10 +4,10 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
7
+
<varlistentry xml:id="constant.force-gzip">
8
8
<term>
9
9
<constant>FORCE_GZIP</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -15,10 +15,164 @@
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
-
<varlistentry>
18
+
<varlistentry xml:id="constant.force-deflate">
19
19
<term>
20
20
<constant>FORCE_DEFLATE</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
+
</term>
23
+
<listitem>
24
+
<simpara>
25
+
26
+
</simpara>
27
+
</listitem>
28
+
</varlistentry>
29
+
<varlistentry xml:id="constant.zlib-encoding-raw">
30
+
<term>
31
+
<constant>ZLIB_ENCODING_RAW</constant>
32
+
(<type>int</type>)
33
+
</term>
34
+
<listitem>
35
+
<simpara>
36
+
DEFLATE algorithm as per RFC 1951.
37
+
</simpara>
38
+
</listitem>
39
+
</varlistentry>
40
+
<varlistentry xml:id="constant.zlib-encoding-deflate">
41
+
<term>
42
+
<constant>ZLIB_ENCODING_DEFLATE</constant>
43
+
(<type>int</type>)
44
+
</term>
45
+
<listitem>
46
+
<simpara>
47
+
ZLIB compression algorithm as per RFC 1950.
48
+
</simpara>
49
+
</listitem>
50
+
</varlistentry>
51
+
<varlistentry xml:id="constant.zlib-encoding-gzip">
52
+
<term>
53
+
<constant>ZLIB_ENCODING_GZIP</constant>
54
+
(<type>int</type>)
55
+
</term>
56
+
<listitem>
57
+
<simpara>
58
+
GZIP algorithm as per RFC 1952.
59
+
</simpara>
60
+
</listitem>
61
+
</varlistentry>
62
+
<varlistentry xml:id="constant.zlib-filtered">
63
+
<term>
64
+
<constant>ZLIB_FILTERED</constant>
65
+
(<type>int</type>)
66
+
</term>
67
+
<listitem>
68
+
<simpara>
69
+

70
+
</simpara>
71
+
</listitem>
72
+
</varlistentry>
73
+
<varlistentry xml:id="constant.zlib-huffman-only">
74
+
<term>
75
+
<constant>ZLIB_HUFFMAN_ONLY</constant>
76
+
(<type>int</type>)
77
+
</term>
78
+
<listitem>
79
+
<simpara>
80
+

81
+
</simpara>
82
+
</listitem>
83
+
</varlistentry>
84
+
<varlistentry xml:id="constant.zlib-fixed">
85
+
<term>
86
+
<constant>ZLIB_FIXED</constant>
87
+
(<type>int</type>)
88
+
</term>
89
+
<listitem>
90
+
<simpara>
91
+

92
+
</simpara>
93
+
</listitem>
94
+
</varlistentry>
95
+
<varlistentry xml:id="constant.zlib-rle">
96
+
<term>
97
+
<constant>ZLIB_RLE</constant>
98
+
(<type>int</type>)
99
+
</term>
100
+
<listitem>
101
+
<simpara>
102
+

103
+
</simpara>
104
+
</listitem>
105
+
</varlistentry>
106
+
<varlistentry xml:id="constant.zlib-default-strategy">
107
+
<term>
108
+
<constant>ZLIB_DEFAULT_STRATEGY</constant>
109
+
(<type>int</type>)
110
+
</term>
111
+
<listitem>
112
+
<simpara>
113
+

114
+
</simpara>
115
+
</listitem>
116
+
</varlistentry>
117
+
<varlistentry xml:id="constant.zlib-block">
118
+
<term>
119
+
<constant>ZLIB_BLOCK</constant>
120
+
(<type>int</type>)
121
+
</term>
122
+
<listitem>
123
+
<simpara>
124
+

125
+
</simpara>
126
+
</listitem>
127
+
</varlistentry>
128
+
<varlistentry xml:id="constant.zlib-no-flush">
129
+
<term>
130
+
<constant>ZLIB_NO_FLUSH</constant>
131
+
(<type>int</type>)
132
+
</term>
133
+
<listitem>
134
+
<simpara>
135
+

136
+
</simpara>
137
+
</listitem>
138
+
</varlistentry>
139
+
<varlistentry xml:id="constant.zlib-partial-flush">
140
+
<term>
141
+
<constant>ZLIB_PARTIAL_FLUSH</constant>
142
+
(<type>int</type>)
143
+
</term>
144
+
<listitem>
145
+
<simpara>
146
+

147
+
</simpara>
148
+
</listitem>
149
+
</varlistentry>
150
+
<varlistentry xml:id="constant.zlib-sync-flush">
151
+
<term>
152
+
<constant>ZLIB_SYNC_FLUSH</constant>
153
+
(<type>int</type>)
154
+
</term>
155
+
<listitem>
156
+
<simpara>
157
+
158
+
</simpara>
159
+
</listitem>
160
+
</varlistentry>
161
+
<varlistentry xml:id="constant.zlib-full-flush">
162
+
<term>
163
+
<constant>ZLIB_FULL_FLUSH</constant>
164
+
(<type>int</type>)
165
+
</term>
166
+
<listitem>
167
+
<simpara>
168
+

169
+
</simpara>
170
+
</listitem>
171
+
</varlistentry>
172
+
<varlistentry xml:id="constant.zlib-finish">
173
+
<term>
174
+
<constant>ZLIB_FINISH</constant>
175
+
(<type>int</type>)
22
176
</term>
23
177
<listitem>
24
178
<simpara>
...
...
@@ -28,7 +182,6 @@
28
182
</varlistentry>
29
183
</variablelist>
30
184
</appendix>
31
-

32
185
<!-- Keep this comment at the end of the file
33
186
Local variables:
34
187
mode: sgml
35
188