Home
last modified time | relevance | path

Searched refs:next_in (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h141 const unsigned char *next_in; // pointer to next byte to read member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h288 const unsigned char *next_in; /* pointer to next byte to read */ member
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c258 …defl_status = tdefl_compress((tdefl_compressor *)pStream->state, pStream->next_in, &in_bytes, pStr… in mz_deflate()
259 pStream->next_in += (mz_uint)in_bytes; in mz_deflate()
320 stream.next_in = pSource; in mz_compress2()
460 …status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pStream->next_out, pStre… in mz_inflate()
462 pStream->next_in += (mz_uint)in_bytes; in mz_inflate()
500 …status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pState->m_dict, pState->… in mz_inflate()
503 pStream->next_in += (mz_uint)in_bytes; in mz_inflate()
560 stream.next_in = pSource; in mz_uncompress()