Searched refs:m_pBuf (Results 1 – 1 of 1) sorted by relevance
2014 mz_uint8 *m_pBuf; member2032 pNew_buf = (mz_uint8 *)MZ_REALLOC(p->m_pBuf, new_capacity); in tdefl_output_buffer_putter()2035 p->m_pBuf = pNew_buf; in tdefl_output_buffer_putter()2038 memcpy((mz_uint8 *)p->m_pBuf + p->m_size, pBuf, len); in tdefl_output_buffer_putter()2055 return out_buf.m_pBuf; in tdefl_compress_mem_to_heap()2064 out_buf.m_pBuf = (mz_uint8 *)pOut_buf; in tdefl_compress_mem_to_mem()2116 if (NULL == (out_buf.m_pBuf = (mz_uint8 *)MZ_MALLOC(out_buf.m_capacity))) in tdefl_write_image_to_png_file_in_memory_ex()2134 MZ_FREE(out_buf.m_pBuf); in tdefl_write_image_to_png_file_in_memory_ex()2162 memcpy(out_buf.m_pBuf, pnghdr, 41); in tdefl_write_image_to_png_file_in_memory_ex()2169 MZ_FREE(out_buf.m_pBuf); in tdefl_write_image_to_png_file_in_memory_ex()[all …]