Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h709 TDEFL_NO_FLUSH = 0, enumerator
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h695 TDEFL_NO_FLUSH = 0, enumerator
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1975 d->m_flush = TDEFL_NO_FLUSH; in tdefl_init()
2128 tdefl_compress_buffer(pComp, &z, 1, TDEFL_NO_FLUSH); in tdefl_write_image_to_png_file_in_memory_ex()
2129 …l_compress_buffer(pComp, (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FLUSH); in tdefl_write_image_to_png_file_in_memory_ex()
6589 tdefl_flush flush = TDEFL_NO_FLUSH; in mz_zip_writer_add_read_buf_callback()