Searched refs:decomp_flags (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | miniz.c | 429 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate() local 442 decomp_flags |= TINFL_FLAG_PARSE_ZLIB_HEADER; in mz_inflate() 457 decomp_flags |= TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF; in mz_inflate() 460 …comp, pStream->next_in, &in_bytes, pStream->next_out, pStream->next_out, &out_bytes, decomp_flags); in mz_inflate() 481 decomp_flags |= TINFL_FLAG_HAS_MORE_INPUT; in mz_inflate() 500 …next_in, &in_bytes, pState->m_dict, pState->m_dict + pState->m_dict_ofs, &out_bytes, decomp_flags); in mz_inflate() 2274 …TINFL_CR_RETURN(state_index, (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) ? TINFL_STATUS_NEEDS_MORE_… 2381 …int8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags) in tinfl_decompress() argument 2395 …size_t out_buf_size_mask = (decomp_flags & TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF) ? (size_t)-1 … in tinfl_decompress() 2414 if (decomp_flags & TINFL_FLAG_PARSE_ZLIB_HEADER) in tinfl_decompress() [all …]
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/ |
D | miniz.h | 597 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/ |
D | miniz.h | 580 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | miniz.h | 588 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/ |
D | miniz.h | 579 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/ |
D | miniz.h | 580 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/ |
D | miniz.h | 862 …nt8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags);
|