Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c84 unsigned int cur_bytes; variable
260 cur_bytes = 0U; in download()
337 cur_bytes += len; in download()
339 cur_bytes, bytes2KiB(cur_bytes), bytes2MiB(cur_bytes)); in download()
476 total_bytes += cur_bytes; in main()