Home
last modified time | relevance | path

Searched refs:total_out (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h147 mz_ulong total_out; // total number of bytes produced so far member
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c203 pStream->total_out = 0; in mz_deflateInit2()
228 pStream->total_in = pStream->total_out = 0; in mz_deflateReset()
251 orig_total_out = pStream->total_out; in mz_deflate()
266 pStream->total_out += (mz_uint)out_bytes; in mz_deflate()
282 … if ((flush) || (pStream->total_in != orig_total_in) || (pStream->total_out != orig_total_out)) in mz_deflate()
336 *pDest_len = stream.total_out; in mz_compress2()
371 pStream->total_out = 0; in mz_inflateInit2()
410 pStream->total_out = 0; in mz_inflateReset()
468 pStream->total_out += (mz_uint)out_bytes; in mz_inflate()
489 pStream->total_out += n; in mz_inflate()
[all …]
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h294 mz_ulong total_out; /* total number of bytes produced so far */ member