Searched refs:pNew_buf (Results 1 – 1 of 1) sorted by relevance
2025 mz_uint8 *pNew_buf; in tdefl_output_buffer_putter() local2032 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() local2879 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()