Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dminiz.h736 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h705 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h721 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h704 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h705 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h704 tdefl_put_buf_func_ptr m_pPut_buf_func; member
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c1238 …mz_uint8 *pOutput_buf_start = ((d->m_pPut_buf_func == NULL) && ((*d->m_pOut_buf_size - d->m_out_bu… in tdefl_flush_block()
1341 if (d->m_pPut_buf_func) in tdefl_flush_block()
1344 if (!(*d->m_pPut_buf_func)(d->m_output_buf, n, d->m_pPut_buf_user)) in tdefl_flush_block()
1897 …if (((d->m_pPut_buf_func != NULL) == ((pOut_buf != NULL) || (pOut_buf_size != NULL))) || (d->m_pre… in tdefl_compress()
1947 MZ_ASSERT(d->m_pPut_buf_func); in tdefl_compress_buffer()
1953 d->m_pPut_buf_func = pPut_buf_func; in tdefl_init()