Searched refs:new_out_buf_capacity (Results 1 – 1 of 1) sorted by relevance
2863 …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() local2876 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()