Home
last modified time | relevance | path

Searched refs:mz_streamp (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/
Dminiz.h150 typedef mz_stream *mz_streamp; typedef
166 int mz_deflateInit(mz_streamp pStream, int level);
173 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
176 int mz_deflateReset(mz_streamp pStream);
188 int mz_deflate(mz_streamp pStream, int flush);
194 int mz_deflateEnd(mz_streamp pStream);
197 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
208 int mz_inflateInit(mz_streamp pStream);
212 int mz_inflateInit2(mz_streamp pStream, int window_bits);
228 int mz_inflate(mz_streamp pStream, int flush);
[all …]
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h149 typedef mz_stream *mz_streamp; typedef
165 int mz_deflateInit(mz_streamp pStream, int level);
172 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
175 int mz_deflateReset(mz_streamp pStream);
187 int mz_deflate(mz_streamp pStream, int flush);
193 int mz_deflateEnd(mz_streamp pStream);
196 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
207 int mz_inflateInit(mz_streamp pStream);
211 int mz_inflateInit2(mz_streamp pStream, int window_bits);
227 int mz_inflate(mz_streamp pStream, int flush);
[all …]
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h149 typedef mz_stream *mz_streamp; typedef
165 int mz_deflateInit(mz_streamp pStream, int level);
172 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
175 int mz_deflateReset(mz_streamp pStream);
187 int mz_deflate(mz_streamp pStream, int flush);
193 int mz_deflateEnd(mz_streamp pStream);
196 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
207 int mz_inflateInit(mz_streamp pStream);
211 int mz_inflateInit2(mz_streamp pStream, int window_bits);
227 int mz_inflate(mz_streamp pStream, int flush);
[all …]
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h150 typedef mz_stream *mz_streamp; typedef
166 int mz_deflateInit(mz_streamp pStream, int level);
173 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
176 int mz_deflateReset(mz_streamp pStream);
188 int mz_deflate(mz_streamp pStream, int flush);
194 int mz_deflateEnd(mz_streamp pStream);
197 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
208 int mz_inflateInit(mz_streamp pStream);
212 int mz_inflateInit2(mz_streamp pStream, int window_bits);
228 int mz_inflate(mz_streamp pStream, int flush);
[all …]
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h148 typedef mz_stream *mz_streamp; typedef
164 int mz_deflateInit(mz_streamp pStream, int level);
171 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
174 int mz_deflateReset(mz_streamp pStream);
186 int mz_deflate(mz_streamp pStream, int flush);
192 int mz_deflateEnd(mz_streamp pStream);
195 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
206 int mz_inflateInit(mz_streamp pStream);
210 int mz_inflateInit2(mz_streamp pStream, int window_bits);
226 int mz_inflate(mz_streamp pStream, int flush);
[all …]
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h308 typedef mz_stream *mz_streamp; typedef
324 int mz_deflateInit(mz_streamp pStream, int level);
331 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int …
334 int mz_deflateReset(mz_streamp pStream);
346 int mz_deflate(mz_streamp pStream, int flush);
352 int mz_deflateEnd(mz_streamp pStream);
355 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
366 int mz_inflateInit(mz_streamp pStream);
370 int mz_inflateInit2(mz_streamp pStream, int window_bits);
373 int mz_inflateReset(mz_streamp pStream);
[all …]
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c183 int mz_deflateInit(mz_streamp pStream, int level) in mz_deflateInit()
188 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int … in mz_deflateInit2()
224 int mz_deflateReset(mz_streamp pStream) in mz_deflateReset()
233 int mz_deflate(mz_streamp pStream, int flush) in mz_deflate()
291 int mz_deflateEnd(mz_streamp pStream) in mz_deflateEnd()
303 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len) in mz_deflateBound()
359 int mz_inflateInit2(mz_streamp pStream, int window_bits) in mz_inflateInit2()
395 int mz_inflateInit(mz_streamp pStream) in mz_inflateInit()
400 int mz_inflateReset(mz_streamp pStream) in mz_inflateReset()
426 int mz_inflate(mz_streamp pStream, int flush) in mz_inflate()
[all …]