Searched refs:next_out (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_write_flash.c | 426 static uint8_t *next_out = out_buf; in handle_flash_deflated_data() local 431 size_t out_bytes = out_buf + sizeof(out_buf) - next_out; /* output space remaining */ in handle_flash_deflated_data() 442 out_buf, next_out, &out_bytes, in handle_flash_deflated_data() 449 next_out += out_bytes; in handle_flash_deflated_data() 450 size_t bytes_in_out_buf = next_out - out_buf; in handle_flash_deflated_data() 454 next_out = out_buf; in handle_flash_deflated_data()
|
D | miniz.c | 239 … if ((!pStream) || (!pStream->state) || (flush < 0) || (flush > MZ_FINISH) || (!pStream->next_out)) in mz_deflate() 258 …defl_compressor *)pStream->state, pStream->next_in, &in_bytes, pStream->next_out, &out_bytes, (tde… in mz_deflate() 264 pStream->next_out += (mz_uint)out_bytes; in mz_deflate() 322 stream.next_out = pDest; in mz_compress2() 460 …press(&pState->m_decomp, pStream->next_in, &in_bytes, pStream->next_out, pStream->next_out, &out_b… in mz_inflate() 466 pStream->next_out += (mz_uint)out_bytes; in mz_inflate() 486 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate() 487 pStream->next_out += n; in mz_inflate() 511 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate() 512 pStream->next_out += n; in mz_inflate() [all …]
|
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 145 unsigned char *next_out; // pointer to next byte to write member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 292 unsigned char *next_out; /* pointer to next byte to write */ member
|