Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2863 …ize = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local
2876 new_out_buf_capacity = out_buf_capacity * 2; in tinfl_decompress_mem_to_heap()
2877 if (new_out_buf_capacity < 128) in tinfl_decompress_mem_to_heap()
2878 new_out_buf_capacity = 128; in tinfl_decompress_mem_to_heap()
2879 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()
2887 out_buf_capacity = new_out_buf_capacity; in tinfl_decompress_mem_to_heap()