Searched refs:pOut_len (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 559 void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int … 665 void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int fl…
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 623 void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int fl… 791 void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int …
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 2043 void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int fl… in tdefl_compress_mem_to_heap() argument 2047 if (!pOut_len) in tdefl_compress_mem_to_heap() 2050 *pOut_len = 0; in tdefl_compress_mem_to_heap() 2054 *pOut_len = out_buf.m_size; in tdefl_compress_mem_to_heap() 2854 void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int … in tinfl_decompress_mem_to_heap() argument 2859 *pOut_len = 0; in tinfl_decompress_mem_to_heap() 2863 …uf_size = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capa… in tinfl_decompress_mem_to_heap() 2864 …rc_buf_ofs, &src_buf_size, (mz_uint8 *)pBuf, pBuf ? (mz_uint8 *)pBuf + *pOut_len : NULL, &dst_buf_… in tinfl_decompress_mem_to_heap() 2869 *pOut_len = 0; in tinfl_decompress_mem_to_heap() 2873 *pOut_len += dst_buf_size; in tinfl_decompress_mem_to_heap() [all …]
|