Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c450 size_t bytes_in_out_buf = next_out - out_buf; in handle_flash_deflated_data() local
451 if (status == TINFL_STATUS_DONE || bytes_in_out_buf == sizeof(out_buf)) { in handle_flash_deflated_data()
453 handle_flash_data(out_buf, bytes_in_out_buf); in handle_flash_deflated_data()