Searched refs:pOut_len (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | tinfl.c | 101 void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, SizeT src_buf_len, SizeT *pOut_len, int fl… 536 void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, SizeT src_buf_len, SizeT *pOut_len, int fl… in tinfl_decompress_mem_to_heap() argument 539 *pOut_len = 0; in tinfl_decompress_mem_to_heap() 543 …SizeT src_buf_size = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_o… in tinfl_decompress_mem_to_heap() 544 … src_buf_ofs, &src_buf_size, (mz_uint8*)pBuf, pBuf ? (mz_uint8*)pBuf + *pOut_len : NULL, &dst_buf_… in tinfl_decompress_mem_to_heap() 548 VG_(free)(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap() 551 *pOut_len += dst_buf_size; in tinfl_decompress_mem_to_heap() 557 VG_(free)(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap()
|