Searched refs:pState (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 428 inflate_state *pState; in mz_inflate() local 440 pState = (inflate_state *)pStream->state; in mz_inflate() 441 if (pState->m_window_bits > 0) in mz_inflate() 445 first_call = pState->m_first_call; in mz_inflate() 446 pState->m_first_call = 0; in mz_inflate() 447 if (pState->m_last_status < 0) in mz_inflate() 450 if (pState->m_has_flushed && (flush != MZ_FINISH)) in mz_inflate() 452 pState->m_has_flushed |= (flush == MZ_FINISH); in mz_inflate() 460 …status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pStream->next_out, pStre… in mz_inflate() 461 pState->m_last_status = status; in mz_inflate() [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 1206 size_t mz_zip_reader_extract_iter_read(mz_zip_reader_extract_iter_state* pState, void* pvBuf, size_… 1207 mz_bool mz_zip_reader_extract_iter_free(mz_zip_reader_extract_iter_state* pState); 1224 …mz_zip_streaming_extract_get_size(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState); 1225 …zip_streaming_extract_get_cur_ofs(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState); 1226 …ng_extract_seek(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, uint64_t new_ofs); 1227 …ng_extract_read(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, void *pBuf, size_… 1228 …bool mz_zip_streaming_extract_end(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState);
|