Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2025 mz_uint8 *pNew_buf; in tdefl_output_buffer_putter() local
2032 pNew_buf = (mz_uint8 *)MZ_REALLOC(p->m_pBuf, new_capacity); in tdefl_output_buffer_putter()
2033 if (!pNew_buf) in tdefl_output_buffer_putter()
2035 p->m_pBuf = pNew_buf; in tdefl_output_buffer_putter()
2857 void *pBuf = NULL, *pNew_buf; in tinfl_decompress_mem_to_heap() local
2879 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()
2880 if (!pNew_buf) in tinfl_decompress_mem_to_heap()
2886 pBuf = pNew_buf; in tinfl_decompress_mem_to_heap()