Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c241 if (!pStream->avail_out) in mz_deflate()
256 out_bytes = pStream->avail_out; in mz_deflate()
265 pStream->avail_out -= (mz_uint)out_bytes; in mz_deflate()
278 else if (!pStream->avail_out) in mz_deflate()
323 stream.avail_out = (mz_uint32)*pDest_len; in mz_compress2()
459 out_bytes = pStream->avail_out; in mz_inflate()
467 pStream->avail_out -= (mz_uint)out_bytes; in mz_inflate()
485 n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); in mz_inflate()
488 pStream->avail_out -= n; in mz_inflate()
510 n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); in mz_inflate()
[all …]
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dminiz.h135 unsigned int avail_out; // number of bytes that can be written to next_out member
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h134 unsigned int avail_out; // number of bytes that can be written to next_out member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h135 unsigned int avail_out; // number of bytes that can be written to next_out member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h133 unsigned int avail_out; // number of bytes that can be written to next_out member
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h134 unsigned int avail_out; // number of bytes that can be written to next_out member
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h293 unsigned int avail_out; /* number of bytes that can be written to next_out */ member