Lines Matching refs:m_pBuf
2014 mz_uint8 *m_pBuf; member
2032 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()
2172 c = (mz_uint32)mz_crc32(MZ_CRC32_INIT, out_buf.m_pBuf + 41 - 4, *pLen_out + 4); in tdefl_write_image_to_png_file_in_memory_ex()
2174 (out_buf.m_pBuf + out_buf.m_size - 16)[i] = (mz_uint8)(c >> 24); in tdefl_write_image_to_png_file_in_memory_ex()
2178 return out_buf.m_pBuf; in tdefl_write_image_to_png_file_in_memory_ex()